#742A07

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

Shades of Peru Tan #742A07

Tints of Peru Tan #742A07

Color information

#742A07 (or 0x742A07) is unknown color: approx Peru Tan. HEX triplet: 74, 2A and 07. RGB value is (116,42,7). Sum of RGB (Red+Green+Blue) = 116+42+7=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #742A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A07 is #8BD5F8. Grayscale: #3C3C3C. Windows color (decimal): -9164281 or 469620. OLE color: 469620.

HSL color Cylindrical-coordinate representation of color #742A07: hue angle of 19.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #742A07 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB116427-
CMYK00.640.940.55
HSL19.27º88.62%24.12%-
HSV(B)19.27º93.97%45.49%-
XYZ8.075.380.82-
YUV60.1498.02167.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 70.30%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=70.30%
G=25.45%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11642700.640.940.5519.2788.6224.12
Hex742A70405E37135918
Octal1645270100136672313130
Binary111010010101011101000000101111011011110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742A07; }

 p { color: rgb(116,42,7); }

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

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

 a { background-color: rgb(116,42,7); }

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

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

 span { border-color: rgb(116,42,7); }

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