Html Css Color HEX #735872 Old Lavender

📋 copy color: '#735872'

red 115 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #735872

Tints of Old Lavender #735872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

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

R = 36.28%
G = 27.76%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735872 (or 0x735872) is known color: Old Lavender. HEX triplet: 73, 58 and 72. RGB value is (115,88,114). Sum of RGB (Red+Green+Blue) = 115+88+114=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #735872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735872 is #8CA78D. Grayscale: #626262. Windows color (decimal): -9217934 or 7493747. OLE color: 7493747.

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

Color convert

RGB 115 88 114 -
CMYK 0 0.23 0.01 0.55
HSL 302.22º 0.13% 0.4% -
HSV(B) 302.22º 0.23% 0.45% -
XYZ 13.6 11.84 17.49 -
YUV 99.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 115 88 114 0 0.23 0.01 0.55 302.22 0.13 0.4
Hex 73 58 72 0 17 1 37 12E D 28
Octal 163 130 162 0 27 1 67 456 15 50
Binary 1110011 1011000 1110010 0 10111 1 110111 100101110 1101 101000

Color Harmonies of #735872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735872

Black with #735872

Text Example


Text Example

White with #735872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735872; }

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

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

background-color css

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

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

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

border-color css

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

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

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