Html Css Color HEX #764D04 Raw Umber

📋 copy color: '#764D04'

red 118 ◦ green 77 ◦ blue 4

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

Shades of Raw Umber #764D04

Tints of Raw Umber #764D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 59.3%
G = 38.69%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764D04 (or 0x764D04) is known color: Raw Umber. HEX triplet: 76, 4D and 04. RGB value is (118,77,4). Sum of RGB (Red+Green+Blue) = 118+77+4=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D04 is #89B2FB. Grayscale: #515151. Windows color (decimal): -9024252 or 281974. OLE color: 281974.

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

Color convert

RGB 118 77 4 -
CMYK 0 0.35 0.97 0.54
HSL 38.42º 0.93% 0.24% -
HSV(B) 38.42º 0.97% 0.46% -
XYZ 10.15 9.17 1.35 -
YUV 80.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 118 77 4 0 0.35 0.97 0.54 38.42 0.93 0.24
Hex 76 4D 4 0 23 61 36 26 5D 18
Octal 166 115 4 0 43 141 66 46 135 30
Binary 1110110 1001101 100 0 100011 1100001 110110 100110 1011101 11000

Color Harmonies of #764D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D04

Black with #764D04

Text Example


Text Example

White with #764D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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