#777575

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

Shades of Grey #777575

Tints of Grey #777575

Color information

#777575 (or 0x777575) is unknown color: approx Grey. HEX triplet: 77, 75 and 75. RGB value is (119,117,117). Sum of RGB (Red+Green+Blue) = 119+117+117=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 119 - color contains mainly: red. Hex color #777575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777575 is #888A8A. Grayscale: #757575. Windows color (decimal): -8948363 or 7697783. OLE color: 7697783.

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

Color convert

RGB119117117-
CMYK00.020.020.53
HSL0.85%46.27%-
HSV(B)1.68%46.67%-
XYZ17.1817.9319.38-
YUV117.6127.66129-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=33.71%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911711700.020.020.5300.8546.27
Hex77757502235012e
Octal167165165022650156
Binary1110111111010111101010101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777575; }

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

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

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

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

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

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

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

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