Html Css Color HEX #755972 Old Lavender

📋 copy color: '#755972'

red 117 ◦ green 89 ◦ blue 114

#755972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #755972

Tints of Old Lavender #755972

RGB

 RED value IS 117 (46.09% from 255) = 36.56%

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 36.56%
G = 27.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755972 (or 0x755972) is known color: Old Lavender. HEX triplet: 75, 59 and 72. RGB value is (117,89,114). Sum of RGB (Red+Green+Blue) = 117+89+114=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #755972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755972 is #8AA68D. Grayscale: #646464. Windows color (decimal): -9086606 or 7494005. OLE color: 7494005.

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

Color convert

RGB 117 89 114 -
CMYK 0 0.24 0.03 0.54
HSL 306.43º 0.14% 0.4% -
HSV(B) 306.43º 0.24% 0.46% -
XYZ 13.95 12.14 17.53 -
YUV 100.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 117 89 114 0 0.24 0.03 0.54 306.43 0.14 0.4
Hex 75 59 72 0 18 3 36 132 E 28
Octal 165 131 162 0 30 3 66 462 16 50
Binary 1110101 1011001 1110010 0 11000 11 110110 100110010 1110 101000

Color Harmonies of #755972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755972

Black with #755972

Text Example


Text Example

White with #755972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755972; }

 p { color: rgb(117,89,114); }

 H1.HeaderClassName
 {
   color: #755972;
 }
 .AnyTagClassName
 {
   color: #755972;
 }
</style>

background-color css

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

 a { background-color: rgb(117,89,114); }

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

border-color css

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

 span { border-color: rgb(117,89,114); }

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