#766975

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

Shades of Old Lavender #766975

Tints of Old Lavender #766975

Color information

#766975 (or 0x766975) is unknown color: approx Old Lavender. HEX triplet: 76, 69 and 75. RGB value is (118,105,117). Sum of RGB (Red+Green+Blue) = 118+105+117=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766975 is #89968A. Grayscale: #6E6E6E. Windows color (decimal): -9016971 or 7694710. OLE color: 7694710.

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

Color convert

RGB118105117-
CMYK00.110.010.54
HSL304.62º5.83%43.73%-
HSV(B)304.62º11.02%46.27%-
XYZ15.7315.2418.94-
YUV110.26131.81133.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=34.71%
G=30.88%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810511700.110.010.54304.625.8343.73
Hex7669750B13613162c
Octal166151165013166461654
Binary111011011010011110101010111110110100110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766975; }

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

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

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

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

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

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

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

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