#772705

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

Shades of Peru Tan #772705

Tints of Peru Tan #772705

Color information

#772705 (or 0x772705) is unknown color: approx Peru Tan. HEX triplet: 77, 27 and 05. RGB value is (119,39,5). Sum of RGB (Red+Green+Blue) = 119+39+5=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772705 is #88D8FA. Grayscale: #3B3B3B. Windows color (decimal): -8968443 or 337783. OLE color: 337783.

HSL color Cylindrical-coordinate representation of color #772705: hue angle of 17.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #772705 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119395-
CMYK00.670.960.53
HSL17.89º91.94%24.31%-
HSV(B)17.89º95.8%46.67%-
XYZ8.365.380.74-
YUV59.0497.5170.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=73.01%
G=23.93%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939500.670.960.5317.8991.9424.31
Hex772750436035125c18
Octal1674750103140652213430
Binary111011110011110101000011110000011010110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772705; }

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

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

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

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

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

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

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

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