#7D7574

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

Shades of Grey #7D7574

Tints of Grey #7D7574

Color information

#7D7574 (or 0x7D7574) is unknown color: approx Grey. HEX triplet: 7D, 75 and 74. RGB value is (125,117,116). Sum of RGB (Red+Green+Blue) = 125+117+116=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7574 is #828A8B. Grayscale: #777777. Windows color (decimal): -8555148 or 7632253. OLE color: 7632253.

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

Color convert

RGB125117116-
CMYK00.060.070.51
HSL6.67º3.73%47.25%-
HSV(B)6.67º7.2%49.02%-
XYZ17.9718.3419.12-
YUV119.28126.15132.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=34.92%
G=32.68%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511711600.060.070.516.673.7347.25
Hex7D757406733742f
Octal175165164067637457
Binary1111101111010111101000110111110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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