#782708

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

Shades of Peru Tan #782708

Tints of Peru Tan #782708

Color information

#782708 (or 0x782708) is unknown color: approx Peru Tan. HEX triplet: 78, 27 and 08. RGB value is (120,39,8). Sum of RGB (Red+Green+Blue) = 120+39+8=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #782708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782708 is #87D8F7. Grayscale: #3B3B3B. Windows color (decimal): -8902904 or 534392. OLE color: 534392.

HSL color Cylindrical-coordinate representation of color #782708: hue angle of 16.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #782708 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB120398-
CMYK00.670.930.53
HSL16.61º87.5%25.1%-
HSV(B)16.61º93.33%47.06%-
XYZ8.525.460.84-
YUV59.6898.84171.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=71.86%
G=23.35%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12039800.670.930.5316.6187.525.1
Hex782780435D35115819
Octal17047100103135652113031
Binary1111000100111100001000011101110111010110001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782708; }

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

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

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

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

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

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

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

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