Html Css Color HEX #737273 Old Lavender

📋 copy color: '#737273'

red 115 ◦ green 114 ◦ blue 115

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

Shades of Old Lavender #737273

Tints of Old Lavender #737273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#737273 (or 0x737273) is known color: Old Lavender. HEX triplet: 73, 72 and 73. RGB value is (115,114,115). Sum of RGB (Red+Green+Blue) = 115+114+115=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #737273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737273 is #8C8D8C. Grayscale: #727272. Windows color (decimal): -9211277 or 7565939. OLE color: 7565939.

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

Color convert

RGB 115 114 115 -
CMYK 0 0.01 0 0.55
HSL 300º 0% 0.45% -
HSV(B) 300º 0.01% 0.45% -
XYZ 16.18 16.92 18.63 -
YUV 114.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 115 114 115 0 0.01 0 0.55 300 0 0.45
Hex 73 72 73 0 1 0 37 12C 0 2D
Octal 163 162 163 0 1 0 67 454 0 55
Binary 1110011 1110010 1110011 0 1 0 110111 100101100 0 101101

Color Harmonies of #737273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737273

Black with #737273

Text Example


Text Example

White with #737273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737273; }

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

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

background-color css

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

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

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

border-color css

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

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

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