Html Css Color HEX #764A03 Raw Umber

📋 copy color: '#764A03'

red 118 ◦ green 74 ◦ blue 3

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

Shades of Raw Umber #764A03

Tints of Raw Umber #764A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.54%

R = 60.51%
G = 37.95%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764A03 (or 0x764A03) is known color: Raw Umber. HEX triplet: 76, 4A and 03. RGB value is (118,74,3). Sum of RGB (Red+Green+Blue) = 118+74+3=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A03 is #89B5FC. Grayscale: #4F4F4F. Windows color (decimal): -9025021 or 215670. OLE color: 215670.

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

Color convert

RGB 118 74 3 -
CMYK 0 0.37 0.97 0.54
HSL 37.04º 0.95% 0.24% -
HSV(B) 37.04º 0.97% 0.46% -
XYZ 9.94 8.76 1.25 -
YUV 79.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 118 74 3 0 0.37 0.97 0.54 37.04 0.95 0.24
Hex 76 4A 3 0 25 61 36 25 5F 18
Octal 166 112 3 0 45 141 66 45 137 30
Binary 1110110 1001010 11 0 100101 1100001 110110 100101 1011111 11000

Color Harmonies of #764A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A03

Black with #764A03

Text Example


Text Example

White with #764A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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