Html Css Color HEX #764304 Raw Umber

📋 copy color: '#764304'

red 118 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #764304

Tints of Raw Umber #764304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 62.43%
G = 35.45%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764304 (or 0x764304) is known color: Raw Umber. HEX triplet: 76, 43 and 04. RGB value is (118,67,4). Sum of RGB (Red+Green+Blue) = 118+67+4=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764304 is #89BCFB. Grayscale: #4B4B4B. Windows color (decimal): -9026812 or 279414. OLE color: 279414.

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

Color convert

RGB 118 67 4 -
CMYK 0 0.43 0.97 0.54
HSL 33.16º 0.93% 0.24% -
HSV(B) 33.16º 0.97% 0.46% -
XYZ 9.5 7.87 1.13 -
YUV 75.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 118 67 4 0 0.43 0.97 0.54 33.16 0.93 0.24
Hex 76 43 4 0 2B 61 36 21 5D 18
Octal 166 103 4 0 53 141 66 41 135 30
Binary 1110110 1000011 100 0 101011 1100001 110110 100001 1011101 11000

Color Harmonies of #764304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764304

Black with #764304

Text Example


Text Example

White with #764304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764304; }

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

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

background-color css

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

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

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

border-color css

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

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

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