#782702

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

Shades of Peru Tan #782702

Tints of Peru Tan #782702

Color information

#782702 (or 0x782702) is unknown color: approx Peru Tan. HEX triplet: 78, 27 and 02. RGB value is (120,39,2). Sum of RGB (Red+Green+Blue) = 120+39+2=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #782702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782702 is #87D8FD. Grayscale: #3B3B3B. Windows color (decimal): -8902910 or 141176. OLE color: 141176.

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

Color convert

RGB120392-
CMYK00.670.980.53
HSL18.81º96.72%23.92%-
HSV(B)18.81º98.33%47.06%-
XYZ8.485.450.66-
YUV5995.84171.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=74.53%
G=24.22%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12039200.670.980.5318.8196.7223.92
Hex782720436235136118
Octal1704720103142652314130
Binary11110001001111001000011110001011010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782702; }

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

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

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

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

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

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

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

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