#817777

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

Shades of Grey #817777

Tints of Grey #817777

Color information

#817777 (or 0x817777) is unknown color: approx Grey. HEX triplet: 81, 77 and 77. RGB value is (129,119,119). Sum of RGB (Red+Green+Blue) = 129+119+119=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #817777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817777 is #7E8888. Grayscale: #7A7A7A. Windows color (decimal): -8292489 or 7829377. OLE color: 7829377.

HSL color Cylindrical-coordinate representation of color #817777: hue angle of 0º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #817777 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB129119119-
CMYK00.080.080.49
HSL4.03%48.63%-
HSV(B)7.75%50.59%-
XYZ18.9819.1920.16-
YUV121.99126.31133-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=35.15%
G=32.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911911900.080.080.4904.0348.63
Hex817777088310431
Octal20116716701010610461
Binary10000001111011111101110100010001100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817777; }

 p { color: rgb(129,119,119); }

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

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

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

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

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

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

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