#755874

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

Shades of Old Lavender #755874

Tints of Old Lavender #755874

Color information

#755874 (or 0x755874) is unknown color: approx Old Lavender. HEX triplet: 75, 58 and 74. RGB value is (117,88,116). Sum of RGB (Red+Green+Blue) = 117+88+116=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755874 is #8AA78B. Grayscale: #636363. Windows color (decimal): -9086860 or 7624821. OLE color: 7624821.

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

Color convert

RGB11788116-
CMYK00.250.010.54
HSL302.07º14.15%40.2%-
HSV(B)302.07º24.79%45.88%-
XYZ13.9812.0218.11-
YUV99.86137.11140.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=36.45%
G=27.41%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178811600.250.010.54302.0714.1540.2
Hex75587401913612ee28
Octal1651301640311664561650
Binary11101011011000111010001100111101101001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755874; }

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

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

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

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

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

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

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

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