#762808

Color #762808 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #762808

Tints of Peru Tan #762808

Color information

#762808 (or 0x762808) is unknown color: approx Peru Tan. HEX triplet: 76, 28 and 08. RGB value is (118,40,8). Sum of RGB (Red+Green+Blue) = 118+40+8=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762808 is #89D7F7. Grayscale: #3B3B3B. Windows color (decimal): -9033720 or 534646. OLE color: 534646.

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

Color convert

RGB118408-
CMYK00.660.930.54
HSL17.45º87.3%24.71%-
HSV(B)17.45º93.22%46.27%-
XYZ8.275.390.83-
YUV59.6798.84169.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=71.08%
G=24.10%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11840800.660.930.5417.4587.324.71
Hex762880425D36115719
Octal16650100102135662112731
Binary1110110101000100001000010101110111011010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762808; }

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

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

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

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

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

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

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

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