Html Css Color HEX #755D73 Old Lavender

📋 copy color: '#755D73'

red 117 ◦ green 93 ◦ blue 115

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

Shades of Old Lavender #755D73

Tints of Old Lavender #755D73

RGB

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

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

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

R = 36%
G = 28.62%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#755D73 (or 0x755D73) is known color: Old Lavender. HEX triplet: 75, 5D and 73. RGB value is (117,93,115). Sum of RGB (Red+Green+Blue) = 117+93+115=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #755D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D73 is #8AA28C. Grayscale: #666666. Windows color (decimal): -9085581 or 7560565. OLE color: 7560565.

HSL color Cylindrical-coordinate representation of color #755D73: hue angle of 305º 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 #755D73 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 115 -
CMYK 0 0.21 0.02 0.54
HSL 305º 0.11% 0.41% -
HSV(B) 305º 0.21% 0.46% -
XYZ 14.34 12.85 17.94 -
YUV 102.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 117 93 115 0 0.21 0.02 0.54 305 0.11 0.41
Hex 75 5D 73 0 15 2 36 131 B 29
Octal 165 135 163 0 25 2 66 461 13 51
Binary 1110101 1011101 1110011 0 10101 10 110110 100110001 1011 101001

Color Harmonies of #755D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D73

Black with #755D73

Text Example


Text Example

White with #755D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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