Html Css Color HEX #736073 Old Lavender

📋 copy color: '#736073'

red 115 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #736073

Tints of Old Lavender #736073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 35.28%
G = 29.45%
B = 35.28%

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

#736073 (or 0x736073) is known color: Old Lavender. HEX triplet: 73, 60 and 73. RGB value is (115,96,115). Sum of RGB (Red+Green+Blue) = 115+96+115=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736073 is #8C9F8C. Grayscale: #676767. Windows color (decimal): -9215885 or 7561331. OLE color: 7561331.

HSL color Cylindrical-coordinate representation of color #736073: hue angle of 300º degrees, saturation: 0.09, 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 #736073 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 115 -
CMYK 0 0.17 0 0.55
HSL 300º 0.09% 0.41% -
HSV(B) 300º 0.17% 0.45% -
XYZ 14.35 13.25 18.02 -
YUV 103.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 115 96 115 0 0.17 0 0.55 300 0.09 0.41
Hex 73 60 73 0 11 0 37 12C 9 29
Octal 163 140 163 0 21 0 67 454 11 51
Binary 1110011 1100000 1110011 0 10001 0 110111 100101100 1001 101001

Color Harmonies of #736073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736073

Black with #736073

Text Example


Text Example

White with #736073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736073; }

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

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

background-color css

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

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

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

border-color css

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

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

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