#766275

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

Shades of Old Lavender #766275

Tints of Old Lavender #766275

Color information

#766275 (or 0x766275) is unknown color: approx Old Lavender. HEX triplet: 76, 62 and 75. RGB value is (118,98,117). Sum of RGB (Red+Green+Blue) = 118+98+117=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766275 is #899D8A. Grayscale: #6A6A6A. Windows color (decimal): -9018763 or 7692918. OLE color: 7692918.

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

Color convert

RGB11898117-
CMYK00.170.010.54
HSL303º9.26%42.35%-
HSV(B)303º16.95%46.27%-
XYZ15.0513.8718.71-
YUV106.15134.13136.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=35.44%
G=29.43%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189811700.170.010.543039.2642.35
Hex76627501113612f92a
Octal1661421650211664571152
Binary11101101100010111010101000111101101001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766275; }

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

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

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

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

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

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

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

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