Html Css Color HEX #764F08 Raw Umber

📋 copy color: '#764F08'

red 118 ◦ green 79 ◦ blue 8

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

Shades of Raw Umber #764F08

Tints of Raw Umber #764F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 57.56%
G = 38.54%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#764F08 (or 0x764F08) is known color: Raw Umber. HEX triplet: 76, 4F and 08. RGB value is (118,79,8). Sum of RGB (Red+Green+Blue) = 118+79+8=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F08 is #89B0F7. Grayscale: #525252. Windows color (decimal): -9023736 or 544630. OLE color: 544630.

HSL color Cylindrical-coordinate representation of color #764F08: hue angle of 38.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764F08 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 8 -
CMYK 0 0.33 0.93 0.54
HSL 38.73º 0.87% 0.25% -
HSV(B) 38.73º 0.93% 0.46% -
XYZ 10.31 9.46 1.51 -
YUV 82.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 118 79 8 0 0.33 0.93 0.54 38.73 0.87 0.25
Hex 76 4F 8 0 21 5D 36 27 57 19
Octal 166 117 10 0 41 135 66 47 127 31
Binary 1110110 1001111 1000 0 100001 1011101 110110 100111 1010111 11001

Color Harmonies of #764F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F08

Black with #764F08

Text Example


Text Example

White with #764F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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