#7C5875

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

Shades of Old Lavender #7C5875

Tints of Old Lavender #7C5875

Color information

#7C5875 (or 0x7C5875) is unknown color: approx Old Lavender. HEX triplet: 7C, 58 and 75. RGB value is (124,88,117). Sum of RGB (Red+Green+Blue) = 124+88+117=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5875 is #83A78A. Grayscale: #656565. Windows color (decimal): -8628107 or 7690364. OLE color: 7690364.

HSL color Cylindrical-coordinate representation of color #7C5875: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5875 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12488117-
CMYK00.290.060.51
HSL311.67º16.98%41.57%-
HSV(B)311.67º29.03%48.63%-
XYZ15.0112.5518.46-
YUV102.07136.43143.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=37.69%
G=26.75%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248811700.290.060.51311.6716.9841.57
Hex7C587501D633138112a
Octal1741301650356634702152
Binary11111001011000111010101110111011001110011100010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,117); }

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

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

 a { background-color: rgb(124,88,117); }

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

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

 span { border-color: rgb(124,88,117); }

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