#7A2804

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

Shades of Peru Tan #7A2804

Tints of Peru Tan #7A2804

Color information

#7A2804 (or 0x7A2804) is unknown color: approx Peru Tan. HEX triplet: 7A, 28 and 04. RGB value is (122,40,4). Sum of RGB (Red+Green+Blue) = 122+40+4=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2804 is #85D7FB. Grayscale: #3C3C3C. Windows color (decimal): -8771580 or 272506. OLE color: 272506.

HSL color Cylindrical-coordinate representation of color #7A2804: hue angle of 18.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A2804 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB122404-
CMYK00.670.970.52
HSL18.31º93.65%24.71%-
HSV(B)18.31º96.72%47.84%-
XYZ8.815.660.74-
YUV60.4196.17171.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.49%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=73.49%
G=24.10%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12240400.670.970.5218.3193.6524.71
Hex7A2840436134125e19
Octal1725040103141642213631
Binary111101010100010001000011110000111010010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A2804; }

 p { color: rgb(122,40,4); }

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

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

 a { background-color: rgb(122,40,4); }

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

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

 span { border-color: rgb(122,40,4); }

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