#762709

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

Shades of Peru Tan #762709

Tints of Peru Tan #762709

Color information

#762709 (or 0x762709) is unknown color: approx Peru Tan. HEX triplet: 76, 27 and 09. RGB value is (118,39,9). Sum of RGB (Red+Green+Blue) = 118+39+9=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762709 is #89D8F6. Grayscale: #3B3B3B. Windows color (decimal): -9033975 or 599926. OLE color: 599926.

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

Color convert

RGB118399-
CMYK00.670.920.54
HSL16.51º85.83%24.9%-
HSV(B)16.51º92.37%46.27%-
XYZ8.255.320.85-
YUV59.299.67169.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=71.08%
G=23.49%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11839900.670.920.5416.5185.8324.9
Hex762790435C36115619
Octal16647110103134662112631
Binary1110110100111100101000011101110011011010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762709; }

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

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

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

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

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

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

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

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