#756B74

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

Shades of Old Lavender #756B74

Tints of Old Lavender #756B74

Color information

#756B74 (or 0x756B74) is unknown color: approx Old Lavender. HEX triplet: 75, 6B and 74. RGB value is (117,107,116). Sum of RGB (Red+Green+Blue) = 117+107+116=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #756B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B74 is #8A948B. Grayscale: #6E6E6E. Windows color (decimal): -9081996 or 7629685. OLE color: 7629685.

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

Color convert

RGB117107116-
CMYK00.090.010.54
HSL306º4.46%43.92%-
HSV(B)306º8.55%45.88%-
XYZ15.7515.5618.7-
YUV111.02130.81132.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=34.41%
G=31.47%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710711600.090.010.543064.4643.92
Hex756B740913613242c
Octal165153164011166462454
Binary111010111010111110100010011110110100110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B74; }

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

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

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

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

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

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

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

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