Html Css Color HEX #735672 Old Lavender

📋 copy color: '#735672'

red 115 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #735672

Tints of Old Lavender #735672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 36.51%
G = 27.3%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735672 (or 0x735672) is known color: Old Lavender. HEX triplet: 73, 56 and 72. RGB value is (115,86,114). Sum of RGB (Red+Green+Blue) = 115+86+114=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735672 is #8CA98D. Grayscale: #616161. Windows color (decimal): -9218446 or 7493235. OLE color: 7493235.

HSL color Cylindrical-coordinate representation of color #735672: hue angle of 302.07º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #735672 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 114 -
CMYK 0 0.25 0.01 0.55
HSL 302.07º 0.14% 0.39% -
HSV(B) 302.07º 0.25% 0.45% -
XYZ 13.44 11.52 17.43 -
YUV 97.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 115 86 114 0 0.25 0.01 0.55 302.07 0.14 0.39
Hex 73 56 72 0 19 1 37 12E E 27
Octal 163 126 162 0 31 1 67 456 16 47
Binary 1110011 1010110 1110010 0 11001 1 110111 100101110 1110 100111

Color Harmonies of #735672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735672

Black with #735672

Text Example


Text Example

White with #735672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735672; }

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

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

background-color css

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

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

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

border-color css

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

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

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