Html Css Color HEX #764F02 Raw Umber

📋 copy color: '#764F02'

red 118 ◦ green 79 ◦ blue 2

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

Shades of Raw Umber #764F02

Tints of Raw Umber #764F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.7%

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

R = 59.3%
G = 39.7%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764F02 (or 0x764F02) is known color: Raw Umber. HEX triplet: 76, 4F and 02. RGB value is (118,79,2). Sum of RGB (Red+Green+Blue) = 118+79+2=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F02 is #89B0FD. Grayscale: #525252. Windows color (decimal): -9023742 or 151414. OLE color: 151414.

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

Color convert

RGB 118 79 2 -
CMYK 0 0.33 0.98 0.54
HSL 39.83º 0.97% 0.24% -
HSV(B) 39.83º 0.98% 0.46% -
XYZ 10.28 9.45 1.34 -
YUV 81.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 118 79 2 0 0.33 0.98 0.54 39.83 0.97 0.24
Hex 76 4F 2 0 21 62 36 28 61 18
Octal 166 117 2 0 41 142 66 50 141 30
Binary 1110110 1001111 10 0 100001 1100010 110110 101000 1100001 11000

Color Harmonies of #764F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F02

Black with #764F02

Text Example


Text Example

White with #764F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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