#7C697D

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

Shades of Old Lavender #7C697D

Tints of Old Lavender #7C697D

Color information

#7C697D (or 0x7C697D) is unknown color: approx Old Lavender. HEX triplet: 7C, 69 and 7D. RGB value is (124,105,125). Sum of RGB (Red+Green+Blue) = 124+105+125=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C697D is #839682. Grayscale: #707070. Windows color (decimal): -8623747 or 8219004. OLE color: 8219004.

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

Color convert

RGB124105125-
CMYK0.010.1600.51
HSL297º8.7%45.1%-
HSV(B)297º16%49.02%-
XYZ17.0715.8721.57-
YUV112.96134.79135.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=35.03%
G=29.66%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241051250.010.1600.512978.745.1
Hex7C697D11003312992d
Octal1741511751200634511155
Binary11111001101001111110111000001100111001010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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