#7A2701

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

Shades of Peru Tan #7A2701

Tints of Peru Tan #7A2701

Color information

#7A2701 (or 0x7A2701) is unknown color: approx Peru Tan. HEX triplet: 7A, 27 and 01. RGB value is (122,39,1). Sum of RGB (Red+Green+Blue) = 122+39+1=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2701 is #85D8FE. Grayscale: #3B3B3B. Windows color (decimal): -8771839 or 75642. OLE color: 75642.

HSL color Cylindrical-coordinate representation of color #7A2701: hue angle of 18.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A2701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB122391-
CMYK00.680.990.52
HSL18.84º98.37%24.12%-
HSV(B)18.84º99.18%47.84%-
XYZ8.765.590.65-
YUV59.4895172.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.31%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=75.31%
G=24.07%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12239100.680.990.5218.8498.3724.12
Hex7A2710446334136218
Octal1724710104143642314230
Binary1111010100111101000100110001111010010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,1); }

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

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

 a { background-color: rgb(122,39,1); }

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

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

 span { border-color: rgb(122,39,1); }

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