#756275

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

Shades of Old Lavender #756275

Tints of Old Lavender #756275

Color information

#756275 (or 0x756275) is unknown color: approx Old Lavender. HEX triplet: 75, 62 and 75. RGB value is (117,98,117). Sum of RGB (Red+Green+Blue) = 117+98+117=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756275 is #8A9D8A. Grayscale: #696969. Windows color (decimal): -9084299 or 7692917. OLE color: 7692917.

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

Color convert

RGB11798117-
CMYK00.1600.54
HSL300º8.84%42.16%-
HSV(B)300º16.24%45.88%-
XYZ14.9113.818.71-
YUV105.85134.29135.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=35.24%
G=29.52%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179811700.1600.543008.8442.16
Hex75627501003612c92a
Octal1651421650200664541152
Binary11101011100010111010101000001101101001011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756275; }

 p { color: rgb(117,98,117); }

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

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

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

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

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

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

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