#782704

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

Shades of Peru Tan #782704

Tints of Peru Tan #782704

Color information

#782704 (or 0x782704) is unknown color: approx Peru Tan. HEX triplet: 78, 27 and 04. RGB value is (120,39,4). Sum of RGB (Red+Green+Blue) = 120+39+4=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782704 is #87D8FB. Grayscale: #3B3B3B. Windows color (decimal): -8902908 or 272248. OLE color: 272248.

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

Color convert

RGB120394-
CMYK00.670.970.53
HSL18.1º93.55%24.31%-
HSV(B)18.1º96.67%47.06%-
XYZ8.495.450.72-
YUV59.2396.84171.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=73.62%
G=23.93%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12039400.670.970.5318.193.5524.31
Hex782740436135125e18
Octal1704740103141652213630
Binary111100010011110001000011110000111010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782704; }

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

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

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

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

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

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

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

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