#827777

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

Shades of Grey #827777

Tints of Grey #827777

Color information

#827777 (or 0x827777) is unknown color: approx Grey. HEX triplet: 82, 77 and 77. RGB value is (130,119,119). Sum of RGB (Red+Green+Blue) = 130+119+119=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827777 is #7D8888. Grayscale: #7A7A7A. Windows color (decimal): -8226953 or 7829378. OLE color: 7829378.

HSL color Cylindrical-coordinate representation of color #827777: 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 #827777 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB130119119-
CMYK00.080.080.49
HSL4.42%48.82%-
HSV(B)8.46%50.98%-
XYZ19.1319.2720.16-
YUV122.29126.14133.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=35.33%
G=32.34%
B=32.34%

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
Decimal13011911900.080.080.4904.4248.82
Hex827777088310431
Octal20216716701010610461
Binary10000010111011111101110100010001100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827777; }

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

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

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

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

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

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

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

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