#752707

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

Shades of Peru Tan #752707

Tints of Peru Tan #752707

Color information

#752707 (or 0x752707) is unknown color: approx Peru Tan. HEX triplet: 75, 27 and 07. RGB value is (117,39,7). Sum of RGB (Red+Green+Blue) = 117+39+7=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752707 is #8AD8F8. Grayscale: #3A3A3A. Windows color (decimal): -9099513 or 468853. OLE color: 468853.

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

Color convert

RGB117397-
CMYK00.670.940.54
HSL17.45º88.71%24.31%-
HSV(B)17.45º94.02%45.88%-
XYZ8.15.250.79-
YUV58.6798.84169.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=71.78%
G=23.93%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11739700.670.940.5417.4588.7124.31
Hex752770435E36115918
Octal1654770103136662113130
Binary111010110011111101000011101111011011010001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752707; }

 p { color: rgb(117,39,7); }

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

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

 a { background-color: rgb(117,39,7); }

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

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

 span { border-color: rgb(117,39,7); }

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