Html Css Color HEX #764902 Raw Umber

📋 copy color: '#764902'

red 118 ◦ green 73 ◦ blue 2

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

Shades of Raw Umber #764902

Tints of Raw Umber #764902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 61.14%
G = 37.82%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764902 (or 0x764902) is known color: Raw Umber. HEX triplet: 76, 49 and 02. RGB value is (118,73,2). Sum of RGB (Red+Green+Blue) = 118+73+2=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764902 is #89B6FD. Grayscale: #4E4E4E. Windows color (decimal): -9025278 or 149878. OLE color: 149878.

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

Color convert

RGB 118 73 2 -
CMYK 0 0.38 0.98 0.54
HSL 36.72º 0.97% 0.24% -
HSV(B) 36.72º 0.98% 0.46% -
XYZ 9.86 8.62 1.2 -
YUV 78.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 118 73 2 0 0.38 0.98 0.54 36.72 0.97 0.24
Hex 76 49 2 0 26 62 36 25 61 18
Octal 166 111 2 0 46 142 66 45 141 30
Binary 1110110 1001001 10 0 100110 1100010 110110 100101 1100001 11000

Color Harmonies of #764902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764902

Black with #764902

Text Example


Text Example

White with #764902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764902; }

 p { color: rgb(118,73,2); }

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

background-color css

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

 a { background-color: rgb(118,73,2); }

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

border-color css

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

 span { border-color: rgb(118,73,2); }

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