#762707

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

Shades of Peru Tan #762707

Tints of Peru Tan #762707

Color information

#762707 (or 0x762707) is unknown color: approx Peru Tan. HEX triplet: 76, 27 and 07. RGB value is (118,39,7). Sum of RGB (Red+Green+Blue) = 118+39+7=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #762707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762707 is #89D8F8. Grayscale: #3B3B3B. Windows color (decimal): -9033977 or 468854. OLE color: 468854.

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

Color convert

RGB118397-
CMYK00.670.940.54
HSL17.3º88.8%24.51%-
HSV(B)17.3º94.07%46.27%-
XYZ8.245.320.79-
YUV58.9798.67170.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=71.95%
G=23.78%
B=4.27%

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
Decimal11839700.670.940.5417.388.824.51
Hex762770435E36115919
Octal1664770103136662113131
Binary111011010011111101000011101111011011010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762707; }

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

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

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

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

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

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

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

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