#756377

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

Shades of Old Lavender #756377

Tints of Old Lavender #756377

Color information

#756377 (or 0x756377) is unknown color: approx Old Lavender. HEX triplet: 75, 63 and 77. RGB value is (117,99,119). Sum of RGB (Red+Green+Blue) = 117+99+119=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #756377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756377 is #8A9C88. Grayscale: #6A6A6A. Windows color (decimal): -9084041 or 7824245. OLE color: 7824245.

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

Color convert

RGB11799119-
CMYK0.020.1700.53
HSL294º9.17%42.75%-
HSV(B)294º16.81%46.67%-
XYZ15.1314.0419.36-
YUV106.66134.96135.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=34.93%
G=29.55%
B=35.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117991190.020.1700.532949.1742.75
Hex75637721103512692b
Octal1651431672210654461153
Binary111010111000111110111101000101101011001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756377; }

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

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

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

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

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

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

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

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