#762708

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

Shades of Peru Tan #762708

Tints of Peru Tan #762708

Color information

#762708 (or 0x762708) is unknown color: approx Peru Tan. HEX triplet: 76, 27 and 08. RGB value is (118,39,8). Sum of RGB (Red+Green+Blue) = 118+39+8=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762708 is #89D8F7. Grayscale: #3B3B3B. Windows color (decimal): -9033976 or 534390. OLE color: 534390.

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

Color convert

RGB118398-
CMYK00.670.930.54
HSL16.91º87.3%24.71%-
HSV(B)16.91º93.22%46.27%-
XYZ8.245.320.82-
YUV59.0999.17170.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=71.52%
G=23.64%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11839800.670.930.5416.9187.324.71
Hex762780435D36115719
Octal16647100103135662112731
Binary1110110100111100001000011101110111011010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762708; }

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

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

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

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

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

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

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

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