#7C6279

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

Shades of Old Lavender #7C6279

Tints of Old Lavender #7C6279

Color information

#7C6279 (or 0x7C6279) is unknown color: approx Old Lavender. HEX triplet: 7C, 62 and 79. RGB value is (124,98,121). Sum of RGB (Red+Green+Blue) = 124+98+121=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6279 is #839D86. Grayscale: #6C6C6C. Windows color (decimal): -8625543 or 7955068. OLE color: 7955068.

HSL color Cylindrical-coordinate representation of color #7C6279: hue angle of 306.92º 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 #7C6279 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12498121-
CMYK00.210.020.51
HSL306.92º11.71%43.53%-
HSV(B)306.92º20.97%48.63%-
XYZ16.1314.420.02-
YUV108.4135.11139.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=36.15%
G=28.57%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249812100.210.020.51306.9211.7143.53
Hex7C6279015233133c2c
Octal1741421710252634631454
Binary111110011000101111001010101101100111001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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