#782706

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

Shades of Peru Tan #782706

Tints of Peru Tan #782706

Color information

#782706 (or 0x782706) is unknown color: approx Peru Tan. HEX triplet: 78, 27 and 06. RGB value is (120,39,6). Sum of RGB (Red+Green+Blue) = 120+39+6=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #782706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782706 is #87D8F9. Grayscale: #3B3B3B. Windows color (decimal): -8902906 or 403320. OLE color: 403320.

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

Color convert

RGB120396-
CMYK00.670.950.53
HSL17.37º90.48%24.71%-
HSV(B)17.37º95%47.06%-
XYZ8.55.460.78-
YUV59.4697.84171.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=72.73%
G=23.64%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12039600.670.950.5317.3790.4824.71
Hex782760435F35115a19
Octal1704760103137652113231
Binary111100010011111001000011101111111010110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782706; }

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

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

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

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

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

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

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

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