Html Css Color HEX #746373 Old Lavender

📋 copy color: '#746373'

red 116 ◦ green 99 ◦ blue 115

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

Shades of Old Lavender #746373

Tints of Old Lavender #746373

RGB

 RED value IS 116 (45.7% from 255) = 35.15%

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 35.15%
G = 30%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#746373 (or 0x746373) is known color: Old Lavender. HEX triplet: 74, 63 and 73. RGB value is (116,99,115). Sum of RGB (Red+Green+Blue) = 116+99+115=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746373 is #8B9C8C. Grayscale: #696969. Windows color (decimal): -9149581 or 7562100. OLE color: 7562100.

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

Color convert

RGB 116 99 115 -
CMYK 0 0.15 0.01 0.55
HSL 303.53º 0.08% 0.42% -
HSV(B) 303.53º 0.15% 0.45% -
XYZ 14.76 13.87 18.12 -
YUV 105.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 116 99 115 0 0.15 0.01 0.55 303.53 0.08 0.42
Hex 74 63 73 0 F 1 37 130 8 2A
Octal 164 143 163 0 17 1 67 460 10 52
Binary 1110100 1100011 1110011 0 1111 1 110111 100110000 1000 101010

Color Harmonies of #746373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746373

Black with #746373

Text Example


Text Example

White with #746373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746373; }

 p { color: rgb(116,99,115); }

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

background-color css

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

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

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

border-color css

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

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

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