Html Css Color HEX #735A72 Old Lavender

📋 copy color: '#735A72'

red 115 ◦ green 90 ◦ blue 114

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

Shades of Old Lavender #735A72

Tints of Old Lavender #735A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 36.05%
G = 28.21%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735A72 (or 0x735A72) is known color: Old Lavender. HEX triplet: 73, 5A and 72. RGB value is (115,90,114). Sum of RGB (Red+Green+Blue) = 115+90+114=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #735A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A72 is #8CA58D. Grayscale: #646464. Windows color (decimal): -9217422 or 7494259. OLE color: 7494259.

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

Color convert

RGB 115 90 114 -
CMYK 0 0.22 0.01 0.55
HSL 302.4º 0.12% 0.4% -
HSV(B) 302.4º 0.22% 0.45% -
XYZ 13.76 12.17 17.54 -
YUV 100.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 115 90 114 0 0.22 0.01 0.55 302.4 0.12 0.4
Hex 73 5A 72 0 16 1 37 12E C 28
Octal 163 132 162 0 26 1 67 456 14 50
Binary 1110011 1011010 1110010 0 10110 1 110111 100101110 1100 101000

Color Harmonies of #735A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A72

Black with #735A72

Text Example


Text Example

White with #735A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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