#7F677D

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

Shades of Old Lavender #7F677D

Tints of Old Lavender #7F677D

Color information

#7F677D (or 0x7F677D) is unknown color: approx Old Lavender. HEX triplet: 7F, 67 and 7D. RGB value is (127,103,125). Sum of RGB (Red+Green+Blue) = 127+103+125=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F677D is #809882. Grayscale: #707070. Windows color (decimal): -8427651 or 8218495. OLE color: 8218495.

HSL color Cylindrical-coordinate representation of color #7F677D: hue angle of 305º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F677D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB127103125-
CMYK00.190.020.50
HSL305º10.43%45.1%-
HSV(B)305º18.9%49.8%-
XYZ17.315.6921.52-
YUV112.68134.95138.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=35.77%
G=29.01%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710312500.190.020.5030510.4345.1
Hex7F677D013232131a2d
Octal1771471750232624611255
Binary111111111001111111101010011101100101001100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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