Html Css Color HEX #736973 Old Lavender

📋 copy color: '#736973'

red 115 ◦ green 105 ◦ blue 115

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

Shades of Old Lavender #736973

Tints of Old Lavender #736973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

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

R = 34.33%
G = 31.34%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#736973 (or 0x736973) is known color: Old Lavender. HEX triplet: 73, 69 and 73. RGB value is (115,105,115). Sum of RGB (Red+Green+Blue) = 115+105+115=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736973 is #8C968C. Grayscale: #6D6D6D. Windows color (decimal): -9213581 or 7563635. OLE color: 7563635.

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

Color convert

RGB 115 105 115 -
CMYK 0 0.09 0 0.55
HSL 300º 0.05% 0.43% -
HSV(B) 300º 0.09% 0.45% -
XYZ 15.22 14.99 18.31 -
YUV 109.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 115 105 115 0 0.09 0 0.55 300 0.05 0.43
Hex 73 69 73 0 9 0 37 12C 5 2B
Octal 163 151 163 0 11 0 67 454 5 53
Binary 1110011 1101001 1110011 0 1001 0 110111 100101100 101 101011

Color Harmonies of #736973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736973

Black with #736973

Text Example


Text Example

White with #736973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736973; }

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

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

background-color css

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

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

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

border-color css

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

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

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