Html Css Color HEX #764002 Raw Umber

📋 copy color: '#764002'

red 118 ◦ green 64 ◦ blue 2

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

Shades of Raw Umber #764002

Tints of Raw Umber #764002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

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

R = 64.13%
G = 34.78%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764002 (or 0x764002) is known color: Raw Umber. HEX triplet: 76, 40 and 02. RGB value is (118,64,2). Sum of RGB (Red+Green+Blue) = 118+64+2=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #764002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764002 is #89BFFD. Grayscale: #494949. Windows color (decimal): -9027582 or 147574. OLE color: 147574.

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

Color convert

RGB 118 64 2 -
CMYK 0 0.46 0.98 0.54
HSL 32.07º 0.97% 0.24% -
HSV(B) 32.07º 0.98% 0.46% -
XYZ 9.32 7.52 1.02 -
YUV 73.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 118 64 2 0 0.46 0.98 0.54 32.07 0.97 0.24
Hex 76 40 2 0 2E 62 36 20 61 18
Octal 166 100 2 0 56 142 66 40 141 30
Binary 1110110 1000000 10 0 101110 1100010 110110 100000 1100001 11000

Color Harmonies of #764002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764002

Black with #764002

Text Example


Text Example

White with #764002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764002; }

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

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

background-color css

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

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

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

border-color css

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

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

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