#764005

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

Shades of Raw Umber #764005

Tints of Raw Umber #764005

Color information

#764005 (or 0x764005) is unknown color: approx Raw Umber. HEX triplet: 76, 40 and 05. RGB value is (118,64,5). Sum of RGB (Red+Green+Blue) = 118+64+5=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764005 is #89BFFA. Grayscale: #494949. Windows color (decimal): -9027579 or 344182. OLE color: 344182.

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

Color convert

RGB118645-
CMYK00.460.960.54
HSL31.33º91.87%24.12%-
HSV(B)31.33º95.76%46.27%-
XYZ9.337.531.11-
YUV73.4289.39159.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=63.10%
G=34.22%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11864500.460.960.5431.3391.8724.12
Hex7640502E60361f5c18
Octal1661005056140663713430
Binary111011010000001010101110110000011011011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764005; }

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

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

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

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

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

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

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

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