Html Css Color HEX #735E72 Old Lavender

📋 copy color: '#735E72'

red 115 ◦ green 94 ◦ blue 114

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

Shades of Old Lavender #735E72

Tints of Old Lavender #735E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

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

R = 35.6%
G = 29.1%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735E72 (or 0x735E72) is known color: Old Lavender. HEX triplet: 73, 5E and 72. RGB value is (115,94,114). Sum of RGB (Red+Green+Blue) = 115+94+114=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #735E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E72 is #8CA18D. Grayscale: #666666. Windows color (decimal): -9216398 or 7495283. OLE color: 7495283.

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

Color convert

RGB 115 94 114 -
CMYK 0 0.18 0.01 0.55
HSL 302.86º 0.1% 0.41% -
HSV(B) 302.86º 0.18% 0.45% -
XYZ 14.11 12.87 17.66 -
YUV 102.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 115 94 114 0 0.18 0.01 0.55 302.86 0.1 0.41
Hex 73 5E 72 0 12 1 37 12F A 29
Octal 163 136 162 0 22 1 67 457 12 51
Binary 1110011 1011110 1110010 0 10010 1 110111 100101111 1010 101001

Color Harmonies of #735E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E72

Black with #735E72

Text Example


Text Example

White with #735E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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