Html Css Color HEX #735D72 Old Lavender

📋 copy color: '#735D72'

red 115 ◦ green 93 ◦ blue 114

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

Shades of Old Lavender #735D72

Tints of Old Lavender #735D72

RGB

 RED value IS 115 (45.31% from 255) = 35.71%

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

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

R = 35.71%
G = 28.88%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735D72 (or 0x735D72) is known color: Old Lavender. HEX triplet: 73, 5D and 72. RGB value is (115,93,114). Sum of RGB (Red+Green+Blue) = 115+93+114=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #735D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D72 is #8CA28D. Grayscale: #656565. Windows color (decimal): -9216654 or 7495027. OLE color: 7495027.

HSL color Cylindrical-coordinate representation of color #735D72: hue angle of 302.73º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735D72 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 93 114 -
CMYK 0 0.19 0.01 0.55
HSL 302.73º 0.11% 0.41% -
HSV(B) 302.73º 0.19% 0.45% -
XYZ 14.02 12.69 17.63 -
YUV 101.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 115 93 114 0 0.19 0.01 0.55 302.73 0.11 0.41
Hex 73 5D 72 0 13 1 37 12F B 29
Octal 163 135 162 0 23 1 67 457 13 51
Binary 1110011 1011101 1110010 0 10011 1 110111 100101111 1011 101001

Color Harmonies of #735D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D72

Black with #735D72

Text Example


Text Example

White with #735D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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