#7A7575

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

Shades of Grey #7A7575

Tints of Grey #7A7575

Color information

#7A7575 (or 0x7A7575) is unknown color: approx Grey. HEX triplet: 7A, 75 and 75. RGB value is (122,117,117). Sum of RGB (Red+Green+Blue) = 122+117+117=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7575 is #858A8A. Grayscale: #767676. Windows color (decimal): -8751755 or 7697786. OLE color: 7697786.

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

Color convert

RGB122117117-
CMYK00.040.040.52
HSL2.09%46.86%-
HSV(B)4.1%47.84%-
XYZ17.618.1419.4-
YUV118.5127.16130.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.27%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=34.27%
G=32.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211711700.040.040.5202.0946.86
Hex7A757504434022f
Octal172165165044640257
Binary1111010111010111101010100100110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7575; }

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

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

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

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

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

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

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

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