Html Css Color HEX #755B73 Old Lavender

📋 copy color: '#755B73'

red 117 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #755B73

Tints of Old Lavender #755B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 36.22%
G = 28.17%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#755B73 (or 0x755B73) is known color: Old Lavender. HEX triplet: 75, 5B and 73. RGB value is (117,91,115). Sum of RGB (Red+Green+Blue) = 117+91+115=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #755B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B73 is #8AA48C. Grayscale: #656565. Windows color (decimal): -9086093 or 7560053. OLE color: 7560053.

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

Color convert

RGB 117 91 115 -
CMYK 0 0.22 0.02 0.54
HSL 304.62º 0.13% 0.41% -
HSV(B) 304.62º 0.22% 0.46% -
XYZ 14.17 12.5 17.89 -
YUV 101.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 117 91 115 0 0.22 0.02 0.54 304.62 0.13 0.41
Hex 75 5B 73 0 16 2 36 131 C 29
Octal 165 133 163 0 26 2 66 461 14 51
Binary 1110101 1011011 1110011 0 10110 10 110110 100110001 1100 101001

Color Harmonies of #755B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B73

Black with #755B73

Text Example


Text Example

White with #755B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,115); }

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

background-color css

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

 a { background-color: rgb(117,91,115); }

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

border-color css

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

 span { border-color: rgb(117,91,115); }

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