#773711

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

Shades of Peru Tan #773711

Tints of Peru Tan #773711

Color information

#773711 (or 0x773711) is unknown color: approx Peru Tan. HEX triplet: 77, 37 and 11. RGB value is (119,55,17). Sum of RGB (Red+Green+Blue) = 119+55+17=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773711 is #88C8EE. Grayscale: #464646. Windows color (decimal): -8964335 or 1128311. OLE color: 1128311.

HSL color Cylindrical-coordinate representation of color #773711: hue angle of 22.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #773711 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1195517-
CMYK00.540.860.53
HSL22.35º75%26.67%-
HSV(B)22.35º85.71%46.67%-
XYZ9.086.691.34-
YUV69.898.2163.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=62.30%
G=28.80%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119551700.540.860.5322.357526.67
Hex7737110365635164b1b
Octal1676721066126652611333
Binary1110111110111100010110110101011011010110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773711; }

 p { color: rgb(119,55,17); }

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

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

 a { background-color: rgb(119,55,17); }

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

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

 span { border-color: rgb(119,55,17); }

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