#766172

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

Shades of Old Lavender #766172

Tints of Old Lavender #766172

Color information

#766172 (or 0x766172) is unknown color: approx Old Lavender. HEX triplet: 76, 61 and 72. RGB value is (118,97,114). Sum of RGB (Red+Green+Blue) = 118+97+114=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766172 is #899E8D. Grayscale: #696969. Windows color (decimal): -9019022 or 7496054. OLE color: 7496054.

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

Color convert

RGB11897114-
CMYK00.180.030.54
HSL311.43º9.77%42.16%-
HSV(B)311.43º17.8%46.27%-
XYZ14.7813.6217.77-
YUV105.22132.96137.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=35.87%
G=29.48%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711400.180.030.54311.439.7742.16
Hex766172012336137a2a
Octal1661411620223664671252
Binary111011011000011110010010010111101101001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766172; }

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

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

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

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

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

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

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

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