#764A05

Color #764A05 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #764A05

Tints of Raw Umber #764A05

Color information

#764A05 (or 0x764A05) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 05. RGB value is (118,74,5). Sum of RGB (Red+Green+Blue) = 118+74+5=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #764A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A05 is #89B5FA. Grayscale: #4F4F4F. Windows color (decimal): -9025019 or 346742. OLE color: 346742.

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

Color convert

RGB118745-
CMYK00.370.960.54
HSL36.64º91.87%24.12%-
HSV(B)36.64º95.76%46.27%-
XYZ9.958.761.31-
YUV79.2986.08155.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.90%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=59.90%
G=37.56%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874500.370.960.5436.6491.8724.12
Hex764A50256036255c18
Octal1661125045140664513430
Binary1110110100101010101001011100000110110100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #764A05;
 }
 .AnyTagClassName
 {
   color: #764A05;
 }
</style>
background-color css

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

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

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

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

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

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