#766175

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

Shades of Old Lavender #766175

Tints of Old Lavender #766175

Color information

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

HSL color Cylindrical-coordinate representation of color #766175: hue angle of 302.86º 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 #766175 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11897117-
CMYK00.180.010.54
HSL302.86º9.77%42.16%-
HSV(B)302.86º17.8%46.27%-
XYZ14.9613.6918.68-
YUV105.56134.46136.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711700.180.010.54302.869.7742.16
Hex76617501213612fa2a
Octal1661411650221664571252
Binary11101101100001111010101001011101101001011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766175; }

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

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

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

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

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

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

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

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