#766974

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

Shades of Old Lavender #766974

Tints of Old Lavender #766974

Color information

#766974 (or 0x766974) is unknown color: approx Old Lavender. HEX triplet: 76, 69 and 74. RGB value is (118,105,116). Sum of RGB (Red+Green+Blue) = 118+105+116=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766974 is #89968B. Grayscale: #6E6E6E. Windows color (decimal): -9016972 or 7629174. OLE color: 7629174.

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

Color convert

RGB118105116-
CMYK00.110.020.54
HSL309.23º5.83%43.73%-
HSV(B)309.23º11.02%46.27%-
XYZ15.6815.2218.63-
YUV110.14131.31133.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=34.81%
G=30.97%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810511600.110.020.54309.235.8343.73
Hex7669740B23613562c
Octal166151164013266465654
Binary1110110110100111101000101110110110100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766974; }

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

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

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

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

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

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

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

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