#7C677D

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

Shades of Old Lavender #7C677D

Tints of Old Lavender #7C677D

Color information

#7C677D (or 0x7C677D) is unknown color: approx Old Lavender. HEX triplet: 7C, 67 and 7D. RGB value is (124,103,125). Sum of RGB (Red+Green+Blue) = 124+103+125=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C677D is #839882. Grayscale: #6F6F6F. Windows color (decimal): -8624259 or 8218492. OLE color: 8218492.

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

Color convert

RGB124103125-
CMYK0.010.1800.51
HSL297.27º9.65%44.71%-
HSV(B)297.27º17.6%49.02%-
XYZ16.8615.4721.5-
YUV111.79135.46136.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=35.23%
G=29.26%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241031250.010.1800.51297.279.6544.71
Hex7C677D112033129a2d
Octal1741471751220634511255
Binary11111001100111111110111001001100111001010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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