#7A7574

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

Shades of Grey #7A7574

Tints of Grey #7A7574

Color information

#7A7574 (or 0x7A7574) is unknown color: approx Grey. HEX triplet: 7A, 75 and 74. RGB value is (122,117,116). Sum of RGB (Red+Green+Blue) = 122+117+116=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7574 is #858A8B. Grayscale: #767676. Windows color (decimal): -8751756 or 7632250. OLE color: 7632250.

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

Color convert

RGB122117116-
CMYK00.040.050.52
HSL10º2.52%46.67%-
HSV(B)10º4.92%47.84%-
XYZ17.5418.1219.1-
YUV118.38126.66130.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=34.37%
G=32.96%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211711600.040.050.52102.5246.67
Hex7A757404534a32f
Octal1721651640456412357
Binary1111010111010111101000100101110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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