#7C757D

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

Shades of Old Lavender #7C757D

Tints of Old Lavender #7C757D

Color information

#7C757D (or 0x7C757D) is unknown color: approx Old Lavender. HEX triplet: 7C, 75 and 7D. RGB value is (124,117,125). Sum of RGB (Red+Green+Blue) = 124+117+125=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C757D is #838A82. Grayscale: #777777. Windows color (decimal): -8620675 or 8222076. OLE color: 8222076.

HSL color Cylindrical-coordinate representation of color #7C757D: hue angle of 292.5º 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 #7C757D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB124117125-
CMYK0.010.0600.51
HSL292.5º3.31%47.45%-
HSV(B)292.5º6.4%49.02%-
XYZ18.3818.4922-
YUV120130.82130.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=33.88%
G=31.97%
B=34.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241171250.010.0600.51292.53.3147.45
Hex7C757D1603312432f
Octal17416517516063444357
Binary1111100111010111111011110011001110010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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