#756774

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

Shades of Old Lavender #756774

Tints of Old Lavender #756774

Color information

#756774 (or 0x756774) is unknown color: approx Old Lavender. HEX triplet: 75, 67 and 74. RGB value is (117,103,116). Sum of RGB (Red+Green+Blue) = 117+103+116=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756774 is #8A988B. Grayscale: #6C6C6C. Windows color (decimal): -9083020 or 7628661. OLE color: 7628661.

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

Color convert

RGB117103116-
CMYK00.120.010.54
HSL304.29º6.36%43.14%-
HSV(B)304.29º11.97%45.88%-
XYZ15.3414.7418.56-
YUV108.67132.14133.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=34.82%
G=30.65%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710311600.120.010.54304.296.3643.14
Hex7567740C13613062b
Octal165147164014166460653
Binary111010111001111110100011001110110100110000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756774; }

 p { color: rgb(117,103,116); }

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

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

 a { background-color: rgb(117,103,116); }

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

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

 span { border-color: rgb(117,103,116); }

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