Html Css Color HEX #764602 Raw Umber

📋 copy color: '#764602'

red 118 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #764602

Tints of Raw Umber #764602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 62.11%
G = 36.84%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764602 (or 0x764602) is known color: Raw Umber. HEX triplet: 76, 46 and 02. RGB value is (118,70,2). Sum of RGB (Red+Green+Blue) = 118+70+2=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764602 is #89B9FD. Grayscale: #4C4C4C. Windows color (decimal): -9026046 or 149110. OLE color: 149110.

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

Color convert

RGB 118 70 2 -
CMYK 0 0.41 0.98 0.54
HSL 35.17º 0.97% 0.24% -
HSV(B) 35.17º 0.98% 0.46% -
XYZ 9.67 8.24 1.14 -
YUV 76.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 118 70 2 0 0.41 0.98 0.54 35.17 0.97 0.24
Hex 76 46 2 0 29 62 36 23 61 18
Octal 166 106 2 0 51 142 66 43 141 30
Binary 1110110 1000110 10 0 101001 1100010 110110 100011 1100001 11000

Color Harmonies of #764602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764602

Black with #764602

Text Example


Text Example

White with #764602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764602; }

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

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

background-color css

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

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

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

border-color css

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

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

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