Html Css Color HEX #764E16 Raw Umber

📋 copy color: '#764E16'

red 118 ◦ green 78 ◦ blue 22

#764E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #764E16

Tints of Raw Umber #764E16

RGB

 RED value IS 118 (46.48% from 255) = 54.13%

 GREEN value IS 78 (30.86% from 255) = 35.78%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 54.13%
G = 35.78%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#764E16 (or 0x764E16) is known color: Raw Umber. HEX triplet: 76, 4E and 16. RGB value is (118,78,22). Sum of RGB (Red+Green+Blue) = 118+78+22=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E16 is #89B1E9. Grayscale: #535353. Windows color (decimal): -9023978 or 1461878. OLE color: 1461878.

HSL color Cylindrical-coordinate representation of color #764E16: hue angle of 35º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764E16 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 22 -
CMYK 0 0.34 0.81 0.54
HSL 35º 0.69% 0.27% -
HSV(B) 35º 0.81% 0.46% -
XYZ 10.34 9.36 2.02 -
YUV 83.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 118 78 22 0 0.34 0.81 0.54 35 0.69 0.27
Hex 76 4E 16 0 22 51 36 23 45 1B
Octal 166 116 26 0 42 121 66 43 105 33
Binary 1110110 1001110 10110 0 100010 1010001 110110 100011 1000101 11011

Color Harmonies of #764E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E16

Black with #764E16

Text Example


Text Example

White with #764E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E16; }

 p { color: rgb(118,78,22); }

 H1.HeaderClassName
 {
   color: #764E16;
 }
 .AnyTagClassName
 {
   color: #764E16;
 }
</style>

background-color css

<style>
 a { background-color: #764E16; }

 a { background-color: rgb(118,78,22); }

 div.DivClassName
 {
   background-color: #764E16;
 }
 .BgClassName
 {
   background-color: #764E16;
 }
</style>

border-color css

<style>
 span { border-color: #764E16; }

 span { border-color: rgb(118,78,22); }

 td.TdClassName
 {
   border-color: #764E16;
 }
 .TagClassName
 {
   border-color: #764E16;
 }
</style>