#772707

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

Shades of Peru Tan #772707

Tints of Peru Tan #772707

Color information

#772707 (or 0x772707) is unknown color: approx Peru Tan. HEX triplet: 77, 27 and 07. RGB value is (119,39,7). Sum of RGB (Red+Green+Blue) = 119+39+7=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #772707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772707 is #88D8F8. Grayscale: #3B3B3B. Windows color (decimal): -8968441 or 468855. OLE color: 468855.

HSL color Cylindrical-coordinate representation of color #772707: hue angle of 17.14º 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 #772707 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119397-
CMYK00.670.940.53
HSL17.14º88.89%24.71%-
HSV(B)17.14º94.12%46.67%-
XYZ8.375.390.8-
YUV59.2798.5170.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=72.12%
G=23.64%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939700.670.940.5317.1488.8924.71
Hex772770435E35115919
Octal1674770103136652113131
Binary111011110011111101000011101111011010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772707; }

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

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

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

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

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

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

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

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