#7C7575

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

Shades of Grey #7C7575

Tints of Grey #7C7575

Color information

#7C7575 (or 0x7C7575) is unknown color: approx Grey. HEX triplet: 7C, 75 and 75. RGB value is (124,117,117). Sum of RGB (Red+Green+Blue) = 124+117+117=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7575 is #838A8A. Grayscale: #777777. Windows color (decimal): -8620683 or 7697788. OLE color: 7697788.

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

Color convert

RGB124117117-
CMYK00.060.060.51
HSL2.9%47.25%-
HSV(B)5.65%48.63%-
XYZ17.8818.2919.42-
YUV119.09126.82131.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=34.64%
G=32.68%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411711700.060.060.5102.947.25
Hex7C757506633032f
Octal174165165066630357
Binary1111100111010111101010110110110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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