Html Css Color HEX #764F11 Raw Umber

📋 copy color: '#764F11'

red 118 ◦ green 79 ◦ blue 17

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

Shades of Raw Umber #764F11

Tints of Raw Umber #764F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.92%

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

R = 55.14%
G = 36.92%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764F11 (or 0x764F11) is known color: Raw Umber. HEX triplet: 76, 4F and 11. RGB value is (118,79,17). Sum of RGB (Red+Green+Blue) = 118+79+17=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #764F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F11 is #89B0EE. Grayscale: #535353. Windows color (decimal): -9023727 or 1134454. OLE color: 1134454.

HSL color Cylindrical-coordinate representation of color #764F11: hue angle of 36.83º 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 #764F11 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 17 -
CMYK 0 0.33 0.86 0.54
HSL 36.83º 0.75% 0.26% -
HSV(B) 36.83º 0.86% 0.46% -
XYZ 10.37 9.48 1.81 -
YUV 83.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 118 79 17 0 0.33 0.86 0.54 36.83 0.75 0.26
Hex 76 4F 11 0 21 56 36 25 4B 1A
Octal 166 117 21 0 41 126 66 45 113 32
Binary 1110110 1001111 10001 0 100001 1010110 110110 100101 1001011 11010

Color Harmonies of #764F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F11

Black with #764F11

Text Example


Text Example

White with #764F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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