#7C767D

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

Shades of Old Lavender #7C767D

Tints of Old Lavender #7C767D

Color information

#7C767D (or 0x7C767D) is unknown color: approx Old Lavender. HEX triplet: 7C, 76 and 7D. RGB value is (124,118,125). Sum of RGB (Red+Green+Blue) = 124+118+125=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C767D is #838982. Grayscale: #787878. Windows color (decimal): -8620419 or 8222332. OLE color: 8222332.

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

Color convert

RGB124118125-
CMYK0.010.0600.51
HSL291.43º2.88%47.65%-
HSV(B)291.43º5.6%49.02%-
XYZ18.4918.7222.04-
YUV120.59130.49130.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=33.79%
G=32.15%
B=34.06%

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
Decimal1241181250.010.0600.51291.432.8847.65
Hex7C767D16033123330
Octal17416617516063443360
Binary1111100111011011111011110011001110010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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