Html Css Color HEX #755D72 Old Lavender

📋 copy color: '#755D72'

red 117 ◦ green 93 ◦ blue 114

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

Shades of Old Lavender #755D72

Tints of Old Lavender #755D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 36.11%
G = 28.7%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755D72 (or 0x755D72) is known color: Old Lavender. HEX triplet: 75, 5D and 72. RGB value is (117,93,114). Sum of RGB (Red+Green+Blue) = 117+93+114=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #755D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D72 is #8AA28D. Grayscale: #666666. Windows color (decimal): -9085582 or 7495029. OLE color: 7495029.

HSL color Cylindrical-coordinate representation of color #755D72: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D72 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 114 -
CMYK 0 0.21 0.03 0.54
HSL 307.5º 0.11% 0.41% -
HSV(B) 307.5º 0.21% 0.46% -
XYZ 14.29 12.83 17.64 -
YUV 102.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 117 93 114 0 0.21 0.03 0.54 307.5 0.11 0.41
Hex 75 5D 72 0 15 3 36 134 B 29
Octal 165 135 162 0 25 3 66 464 13 51
Binary 1110101 1011101 1110010 0 10101 11 110110 100110100 1011 101001

Color Harmonies of #755D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D72

Black with #755D72

Text Example


Text Example

White with #755D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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