#764505

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

Shades of Raw Umber #764505

Tints of Raw Umber #764505

Color information

#764505 (or 0x764505) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 05. RGB value is (118,69,5). Sum of RGB (Red+Green+Blue) = 118+69+5=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764505 is #89BAFA. Grayscale: #4C4C4C. Windows color (decimal): -9026299 or 345462. OLE color: 345462.

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

Color convert

RGB118695-
CMYK00.420.960.54
HSL33.98º91.87%24.12%-
HSV(B)33.98º95.76%46.27%-
XYZ9.638.121.2-
YUV76.3587.73157.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=61.46%
G=35.94%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11869500.420.960.5433.9891.8724.12
Hex7645502A6036225c18
Octal1661055052140664213430
Binary1110110100010110101010101100000110110100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764505; }

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

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

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

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

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

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

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

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