#762F07

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

Shades of Peru Tan #762F07

Tints of Peru Tan #762F07

Color information

#762F07 (or 0x762F07) is unknown color: approx Peru Tan. HEX triplet: 76, 2F and 07. RGB value is (118,47,7). Sum of RGB (Red+Green+Blue) = 118+47+7=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F07 is #89D0F8. Grayscale: #3F3F3F. Windows color (decimal): -9031929 or 470902. OLE color: 470902.

HSL color Cylindrical-coordinate representation of color #762F07: hue angle of 21.62º 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 #762F07 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118477-
CMYK00.600.940.54
HSL21.62º88.8%24.51%-
HSV(B)21.62º94.07%46.27%-
XYZ8.535.90.89-
YUV63.6796.02166.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=68.60%
G=27.33%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11847700.600.940.5421.6288.824.51
Hex762F703C5E36165919
Octal166577074136662613131
Binary11101101011111110111100101111011011010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762F07; }

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

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

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

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

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

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

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

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