#756176

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

Shades of Old Lavender #756176

Tints of Old Lavender #756176

Color information

#756176 (or 0x756176) is unknown color: approx Old Lavender. HEX triplet: 75, 61 and 76. RGB value is (117,97,118). Sum of RGB (Red+Green+Blue) = 117+97+118=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #756176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756176 is #8A9E89. Grayscale: #696969. Windows color (decimal): -9084554 or 7758197. OLE color: 7758197.

HSL color Cylindrical-coordinate representation of color #756176: hue angle of 297.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756176 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11797118-
CMYK0.010.1800.54
HSL297.14º9.77%42.16%-
HSV(B)297.14º17.8%46.27%-
XYZ14.8813.6418.99-
YUV105.37135.13136.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=35.24%
G=29.22%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117971180.010.1800.54297.149.7742.16
Hex756176112036129a2a
Octal1651411661220664511252
Binary11101011100001111011011001001101101001010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756176; }

 p { color: rgb(117,97,118); }

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

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

 a { background-color: rgb(117,97,118); }

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

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

 span { border-color: rgb(117,97,118); }

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