Color Hex Logo

#762118 Color Hex

#762118
(118,33,24)
0 Favorites   0 Comments

Color spaces of #762118

RGB 1183324
HSL0.020.660.28
HSV80°46°
CMYK 0.000.720.80   0.54
XYZ8.17995.00521.3991
Yxy5.00520.56090.3432
Hunter Lab22.372326.112711.9528
CIE-Lab26.749636.487526.8616

#762118 color RGB value is (118,33,24).

#762118 hex color red value is 118, green value is 33 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #762118 hue: 0.02 , saturation: 0.66 and the lightness value of 762118 is 0.28.

The process color (four color CMYK) of #762118 color hex is 0.00, 0.72, 0.80, 0.54. Web safe color of #762118 is #663300. Color #762118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100001 00011000
Octal 166 41 30
Decimal 118 33 24
Hex 76 21 18

RGB Percentages of Color #762118

%67.43
%18.86
%13.71

CMYK Percentages of Color #762118

%0
%72
%80
%54

Triadic Colors of #762118

#762118 #187621 #211876

Analogous Colors of #762118

#762118 #765018 #76183e

Monochromatic Colors of #762118

#762118

Complementary Color

#762118 #186d76

#762118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762118 Color CSS Codes

.mybgcolor {background-color:#762118; } 
.myforecolor {color:#762118; }
.mybordercolor {border:3px solid #762118; }

#762118 Text Font Color

<p style="color:#762118">Text here</p>

This sample text font color is #762118
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#762118 Background Color

<div style="background-color:#762118">
Div content here</div>

This div background color is #762118


#762118 Border Color

<div style="border:3px solid #762118">
Div here</div>

This div border color is #762118


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,33,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762118; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762118;
  -webkit-box-shadow: 1px 1px 3px 2px #762118;
  box-shadow:         1px 1px 3px 2px #762118; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,33,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #762118">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #762118;
  -webkit-box-shadow: 1px 1px 3px 2px #762118;
  box-shadow:         1px 1px 3px 2px #762118;">
Div content here</div>

This div box has shadow with color #762118

#762118 Color Palettes


Comments

No comments written yet.

Please login to write comment.