#782802

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

Shades of Peru Tan #782802

Tints of Peru Tan #782802

Color information

#782802 (or 0x782802) is unknown color: approx Peru Tan. HEX triplet: 78, 28 and 02. RGB value is (120,40,2). Sum of RGB (Red+Green+Blue) = 120+40+2=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #782802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782802 is #87D7FD. Grayscale: #3B3B3B. Windows color (decimal): -8902654 or 141432. OLE color: 141432.

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

Color convert

RGB120402-
CMYK00.670.980.53
HSL19.32º96.72%23.92%-
HSV(B)19.32º98.33%47.06%-
XYZ8.525.520.67-
YUV59.5995.5171.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=74.07%
G=24.69%
B=1.23%

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
Decimal12040200.670.980.5319.3296.7223.92
Hex782820436235136118
Octal1705020103142652314130
Binary11110001010001001000011110001011010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782802; }

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

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

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

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

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

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

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

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