Html Css Color HEX #764F07 Raw Umber

📋 copy color: '#764F07'

red 118 ◦ green 79 ◦ blue 7

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

Shades of Raw Umber #764F07

Tints of Raw Umber #764F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 57.84%
G = 38.73%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#764F07 (or 0x764F07) is known color: Raw Umber. HEX triplet: 76, 4F and 07. RGB value is (118,79,7). Sum of RGB (Red+Green+Blue) = 118+79+7=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F07 is #89B0F8. Grayscale: #525252. Windows color (decimal): -9023737 or 479094. OLE color: 479094.

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

Color convert

RGB 118 79 7 -
CMYK 0 0.33 0.94 0.54
HSL 38.92º 0.89% 0.25% -
HSV(B) 38.92º 0.94% 0.46% -
XYZ 10.31 9.46 1.48 -
YUV 82.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 118 79 7 0 0.33 0.94 0.54 38.92 0.89 0.25
Hex 76 4F 7 0 21 5E 36 27 59 19
Octal 166 117 7 0 41 136 66 47 131 31
Binary 1110110 1001111 111 0 100001 1011110 110110 100111 1011001 11001

Color Harmonies of #764F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F07

Black with #764F07

Text Example


Text Example

White with #764F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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