#756674

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

Shades of Old Lavender #756674

Tints of Old Lavender #756674

Color information

#756674 (or 0x756674) is unknown color: approx Old Lavender. HEX triplet: 75, 66 and 74. RGB value is (117,102,116). Sum of RGB (Red+Green+Blue) = 117+102+116=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756674 is #8A998B. Grayscale: #6C6C6C. Windows color (decimal): -9083276 or 7628405. OLE color: 7628405.

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

Color convert

RGB117102116-
CMYK00.130.010.54
HSL304º6.85%42.94%-
HSV(B)304º12.82%45.88%-
XYZ15.2414.5518.53-
YUV108.08132.47134.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=34.93%
G=30.45%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710211600.130.010.543046.8542.94
Hex7566740D13613072b
Octal165146164015166460753
Binary111010111001101110100011011110110100110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756674; }

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

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

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

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

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

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

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

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