Html Css Color HEX #764704 Raw Umber

📋 copy color: '#764704'

red 118 ◦ green 71 ◦ blue 4

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

Shades of Raw Umber #764704

Tints of Raw Umber #764704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 61.14%
G = 36.79%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764704 (or 0x764704) is known color: Raw Umber. HEX triplet: 76, 47 and 04. RGB value is (118,71,4). Sum of RGB (Red+Green+Blue) = 118+71+4=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764704 is #89B8FB. Grayscale: #4D4D4D. Windows color (decimal): -9025788 or 280438. OLE color: 280438.

HSL color Cylindrical-coordinate representation of color #764704: hue angle of 35.26º 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 #764704 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 4 -
CMYK 0 0.40 0.97 0.54
HSL 35.26º 0.93% 0.24% -
HSV(B) 35.26º 0.97% 0.46% -
XYZ 9.75 8.37 1.22 -
YUV 77.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 118 71 4 0 0.40 0.97 0.54 35.26 0.93 0.24
Hex 76 47 4 0 28 61 36 23 5D 18
Octal 166 107 4 0 50 141 66 43 135 30
Binary 1110110 1000111 100 0 101000 1100001 110110 100011 1011101 11000

Color Harmonies of #764704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764704

Black with #764704

Text Example


Text Example

White with #764704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764704; }

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

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

background-color css

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

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

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

border-color css

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

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

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