#772B07

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

Shades of Peru Tan #772B07

Tints of Peru Tan #772B07

Color information

#772B07 (or 0x772B07) is unknown color: approx Peru Tan. HEX triplet: 77, 2B and 07. RGB value is (119,43,7). Sum of RGB (Red+Green+Blue) = 119+43+7=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B07 is #88D4F8. Grayscale: #3D3D3D. Windows color (decimal): -8967417 or 469879. OLE color: 469879.

HSL color Cylindrical-coordinate representation of color #772B07: hue angle of 19.29º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #772B07 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119437-
CMYK00.640.940.53
HSL19.29º88.89%24.71%-
HSV(B)19.29º94.12%46.67%-
XYZ8.515.670.85-
YUV61.6297.18168.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=70.41%
G=25.44%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11943700.640.940.5319.2988.8924.71
Hex772B70405E35135919
Octal1675370100136652313131
Binary111011110101111101000000101111011010110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B07; }

 p { color: rgb(119,43,7); }

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

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

 a { background-color: rgb(119,43,7); }

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

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

 span { border-color: rgb(119,43,7); }

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