Html Css Color HEX #764A02 Raw Umber

📋 copy color: '#764A02'

red 118 ◦ green 74 ◦ blue 2

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

Shades of Raw Umber #764A02

Tints of Raw Umber #764A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 60.82%
G = 38.14%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764A02 (or 0x764A02) is known color: Raw Umber. HEX triplet: 76, 4A and 02. RGB value is (118,74,2). Sum of RGB (Red+Green+Blue) = 118+74+2=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A02 is #89B5FD. Grayscale: #4F4F4F. Windows color (decimal): -9025022 or 150134. OLE color: 150134.

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

Color convert

RGB 118 74 2 -
CMYK 0 0.37 0.98 0.54
HSL 37.24º 0.97% 0.24% -
HSV(B) 37.24º 0.98% 0.46% -
XYZ 9.93 8.75 1.22 -
YUV 78.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 118 74 2 0 0.37 0.98 0.54 37.24 0.97 0.24
Hex 76 4A 2 0 25 62 36 25 61 18
Octal 166 112 2 0 45 142 66 45 141 30
Binary 1110110 1001010 10 0 100101 1100010 110110 100101 1100001 11000

Color Harmonies of #764A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A02

Black with #764A02

Text Example


Text Example

White with #764A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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