Html Css Color HEX #735C73 Old Lavender

📋 copy color: '#735C73'

red 115 ◦ green 92 ◦ blue 115

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

Shades of Old Lavender #735C73

Tints of Old Lavender #735C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735C73 (or 0x735C73) is known color: Old Lavender. HEX triplet: 73, 5C and 73. RGB value is (115,92,115). Sum of RGB (Red+Green+Blue) = 115+92+115=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C73 is #8CA38C. Grayscale: #656565. Windows color (decimal): -9216909 or 7560307. OLE color: 7560307.

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

Color convert

RGB 115 92 115 -
CMYK 0 0.20 0 0.55
HSL 300º 0.11% 0.41% -
HSV(B) 300º 0.2% 0.45% -
XYZ 13.99 12.54 17.9 -
YUV 101.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 115 92 115 0 0.20 0 0.55 300 0.11 0.41
Hex 73 5C 73 0 14 0 37 12C B 29
Octal 163 134 163 0 24 0 67 454 13 51
Binary 1110011 1011100 1110011 0 10100 0 110111 100101100 1011 101001

Color Harmonies of #735C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C73

Black with #735C73

Text Example


Text Example

White with #735C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,92,115); }

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

background-color css

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

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

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

border-color css

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

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

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