#756177

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

Shades of Old Lavender #756177

Tints of Old Lavender #756177

Color information

#756177 (or 0x756177) is unknown color: approx Old Lavender. HEX triplet: 75, 61 and 77. RGB value is (117,97,119). Sum of RGB (Red+Green+Blue) = 117+97+119=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #756177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756177 is #8A9E88. Grayscale: #696969. Windows color (decimal): -9084553 or 7823733. OLE color: 7823733.

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

Color convert

RGB11797119-
CMYK0.020.1800.53
HSL294.55º10.19%42.35%-
HSV(B)294.55º18.49%46.67%-
XYZ14.9413.6619.3-
YUV105.49135.63136.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=35.14%
G=29.13%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117971190.020.1800.53294.5510.1942.35
Hex756177212035127a2a
Octal1651411672220654471252
Binary111010111000011110111101001001101011001001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756177; }

 p { color: rgb(117,97,119); }

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

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

 a { background-color: rgb(117,97,119); }

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

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

 span { border-color: rgb(117,97,119); }

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