Html Css Color HEX #746A73 Old Lavender

📋 copy color: '#746A73'

red 116 ◦ green 106 ◦ blue 115

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

Shades of Old Lavender #746A73

Tints of Old Lavender #746A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 34.42%
G = 31.45%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#746A73 (or 0x746A73) is known color: Old Lavender. HEX triplet: 74, 6A and 73. RGB value is (116,106,115). Sum of RGB (Red+Green+Blue) = 116+106+115=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A73 is #8B958C. Grayscale: #6D6D6D. Windows color (decimal): -9147789 or 7563892. OLE color: 7563892.

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

Color convert

RGB 116 106 115 -
CMYK 0 0.09 0.01 0.55
HSL 306º 0.05% 0.44% -
HSV(B) 306º 0.09% 0.45% -
XYZ 15.45 15.26 18.35 -
YUV 110.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 116 106 115 0 0.09 0.01 0.55 306 0.05 0.44
Hex 74 6A 73 0 9 1 37 132 5 2C
Octal 164 152 163 0 11 1 67 462 5 54
Binary 1110100 1101010 1110011 0 1001 1 110111 100110010 101 101100

Color Harmonies of #746A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A73

Black with #746A73

Text Example


Text Example

White with #746A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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