Html Css Color HEX #735F73 Old Lavender

📋 copy color: '#735F73'

red 115 ◦ green 95 ◦ blue 115

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

Shades of Old Lavender #735F73

Tints of Old Lavender #735F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

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

R = 35.38%
G = 29.23%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735F73 (or 0x735F73) is known color: Old Lavender. HEX triplet: 73, 5F and 73. RGB value is (115,95,115). Sum of RGB (Red+Green+Blue) = 115+95+115=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F73 is #8CA08C. Grayscale: #676767. Windows color (decimal): -9216141 or 7561075. OLE color: 7561075.

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

Color convert

RGB 115 95 115 -
CMYK 0 0.17 0 0.55
HSL 300º 0.1% 0.41% -
HSV(B) 300º 0.17% 0.45% -
XYZ 14.26 13.07 17.99 -
YUV 103.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 115 95 115 0 0.17 0 0.55 300 0.1 0.41
Hex 73 5F 73 0 11 0 37 12C A 29
Octal 163 137 163 0 21 0 67 454 12 51
Binary 1110011 1011111 1110011 0 10001 0 110111 100101100 1010 101001

Color Harmonies of #735F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F73

Black with #735F73

Text Example


Text Example

White with #735F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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