#766074

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

Shades of Old Lavender #766074

Tints of Old Lavender #766074

Color information

#766074 (or 0x766074) is unknown color: approx Old Lavender. HEX triplet: 76, 60 and 74. RGB value is (118,96,116). Sum of RGB (Red+Green+Blue) = 118+96+116=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766074 is #899F8B. Grayscale: #686868. Windows color (decimal): -9019276 or 7626870. OLE color: 7626870.

HSL color Cylindrical-coordinate representation of color #766074: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766074 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11896116-
CMYK00.190.020.54
HSL305.45º10.28%41.96%-
HSV(B)305.45º18.64%46.27%-
XYZ14.8113.4818.34-
YUV104.86134.29137.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=35.76%
G=29.09%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189611600.190.020.54305.4510.2841.96
Hex766074013236131a2a
Octal1661401640232664611252
Binary111011011000001110100010011101101101001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766074; }

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

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

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

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

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

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

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

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