Html Css Color HEX #764D11 Raw Umber

📋 copy color: '#764D11'

red 118 ◦ green 77 ◦ blue 17

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

Shades of Raw Umber #764D11

Tints of Raw Umber #764D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 55.66%
G = 36.32%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764D11 (or 0x764D11) is known color: Raw Umber. HEX triplet: 76, 4D and 11. RGB value is (118,77,17). Sum of RGB (Red+Green+Blue) = 118+77+17=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #764D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D11 is #89B2EE. Grayscale: #525252. Windows color (decimal): -9024239 or 1133942. OLE color: 1133942.

HSL color Cylindrical-coordinate representation of color #764D11: hue angle of 35.64º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764D11 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 17 -
CMYK 0 0.35 0.86 0.54
HSL 35.64º 0.75% 0.26% -
HSV(B) 35.64º 0.86% 0.46% -
XYZ 10.23 9.2 1.77 -
YUV 82.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 118 77 17 0 0.35 0.86 0.54 35.64 0.75 0.26
Hex 76 4D 11 0 23 56 36 24 4B 1A
Octal 166 115 21 0 43 126 66 44 113 32
Binary 1110110 1001101 10001 0 100011 1010110 110110 100100 1001011 11010

Color Harmonies of #764D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D11

Black with #764D11

Text Example


Text Example

White with #764D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,17); }

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

background-color css

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

 a { background-color: rgb(118,77,17); }

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

border-color css

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

 span { border-color: rgb(118,77,17); }

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