#787575

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

Shades of Grey #787575

Tints of Grey #787575

Color information

#787575 (or 0x787575) is unknown color: approx Grey. HEX triplet: 78, 75 and 75. RGB value is (120,117,117). Sum of RGB (Red+Green+Blue) = 120+117+117=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 120 - color contains mainly: red. Hex color #787575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787575 is #878A8A. Grayscale: #757575. Windows color (decimal): -8882827 or 7697784. OLE color: 7697784.

HSL color Cylindrical-coordinate representation of color #787575: 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.03%. Process color model (Four color, CMYK) of #787575 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120117117-
CMYK00.020.020.53
HSL1.27%46.47%-
HSV(B)2.5%47.06%-
XYZ17.321819.39-
YUV117.9127.49129.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=33.90%
G=33.05%
B=33.05%

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
Decimal12011711700.020.020.5301.2746.47
Hex78757502235012e
Octal170165165022650156
Binary1111000111010111101010101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787575; }

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

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

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

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

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

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

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

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