#764408

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

Shades of Raw Umber #764408

Tints of Raw Umber #764408

Color information

#764408 (or 0x764408) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 08. RGB value is (118,68,8). Sum of RGB (Red+Green+Blue) = 118+68+8=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764408 is #89BBF7. Grayscale: #4C4C4C. Windows color (decimal): -9026552 or 541814. OLE color: 541814.

HSL color Cylindrical-coordinate representation of color #764408: hue angle of 32.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764408 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118688-
CMYK00.420.930.54
HSL32.73º87.3%24.71%-
HSV(B)32.73º93.22%46.27%-
XYZ9.5881.27-
YUV76.1189.56157.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=60.82%
G=35.05%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11868800.420.930.5432.7387.324.71
Hex7644802A5D36215719
Octal16610410052135664112731
Binary11101101000100100001010101011101110110100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764408; }

 p { color: rgb(118,68,8); }

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

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

 a { background-color: rgb(118,68,8); }

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

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

 span { border-color: rgb(118,68,8); }

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