#766173

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

Shades of Old Lavender #766173

Tints of Old Lavender #766173

Color information

#766173 (or 0x766173) is unknown color: approx Old Lavender. HEX triplet: 76, 61 and 73. RGB value is (118,97,115). Sum of RGB (Red+Green+Blue) = 118+97+115=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766173 is #899E8C. Grayscale: #696969. Windows color (decimal): -9019021 or 7561590. OLE color: 7561590.

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

Color convert

RGB11897115-
CMYK00.180.030.54
HSL308.57º9.77%42.16%-
HSV(B)308.57º17.8%46.27%-
XYZ14.8413.6418.07-
YUV105.33133.46137.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=35.76%
G=29.39%
B=34.85%

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
Decimal1189711500.180.030.54308.579.7742.16
Hex766173012336135a2a
Octal1661411630223664651252
Binary111011011000011110011010010111101101001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766173; }

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

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

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

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

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

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

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

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