Html Css Color HEX #737073 Old Lavender

📋 copy color: '#737073'

red 115 ◦ green 112 ◦ blue 115

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

Shades of Old Lavender #737073

Tints of Old Lavender #737073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 33.63%
G = 32.75%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#737073 (or 0x737073) is known color: Old Lavender. HEX triplet: 73, 70 and 73. RGB value is (115,112,115). Sum of RGB (Red+Green+Blue) = 115+112+115=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #737073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737073 is #8C8F8C. Grayscale: #717171. Windows color (decimal): -9211789 or 7565427. OLE color: 7565427.

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

Color convert

RGB 115 112 115 -
CMYK 0 0.03 0 0.55
HSL 300º 0.01% 0.45% -
HSV(B) 300º 0.03% 0.45% -
XYZ 15.96 16.47 18.56 -
YUV 113.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 115 112 115 0 0.03 0 0.55 300 0.01 0.45
Hex 73 70 73 0 3 0 37 12C 1 2D
Octal 163 160 163 0 3 0 67 454 1 55
Binary 1110011 1110000 1110011 0 11 0 110111 100101100 1 101101

Color Harmonies of #737073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737073

Black with #737073

Text Example


Text Example

White with #737073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737073; }

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

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

background-color css

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

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

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

border-color css

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

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

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