#7C627B

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

Shades of Old Lavender #7C627B

Tints of Old Lavender #7C627B

Color information

#7C627B (or 0x7C627B) is unknown color: approx Old Lavender. HEX triplet: 7C, 62 and 7B. RGB value is (124,98,123). Sum of RGB (Red+Green+Blue) = 124+98+123=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C627B is #839D84. Grayscale: #6C6C6C. Windows color (decimal): -8625541 or 8086140. OLE color: 8086140.

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

Color convert

RGB12498123-
CMYK00.210.010.51
HSL302.31º11.71%43.53%-
HSV(B)302.31º20.97%48.63%-
XYZ16.2614.4520.67-
YUV108.62136.11138.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=35.94%
G=28.41%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249812300.210.010.51302.3111.7143.53
Hex7C627B01513312ec2c
Octal1741421730251634561454
Binary11111001100010111101101010111100111001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,123); }

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

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

 a { background-color: rgb(124,98,123); }

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

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

 span { border-color: rgb(124,98,123); }

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