Html Css Color HEX #746172 Old Lavender

📋 copy color: '#746172'

red 116 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #746172

Tints of Old Lavender #746172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 35.47%
G = 29.66%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#746172 (or 0x746172) is known color: Old Lavender. HEX triplet: 74, 61 and 72. RGB value is (116,97,114). Sum of RGB (Red+Green+Blue) = 116+97+114=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746172 is #8B9E8D. Grayscale: #686868. Windows color (decimal): -9150094 or 7496052. OLE color: 7496052.

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

Color convert

RGB 116 97 114 -
CMYK 0 0.16 0.02 0.55
HSL 306.32º 0.09% 0.42% -
HSV(B) 306.32º 0.16% 0.45% -
XYZ 14.51 13.48 17.76 -
YUV 104.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 116 97 114 0 0.16 0.02 0.55 306.32 0.09 0.42
Hex 74 61 72 0 10 2 37 132 9 2A
Octal 164 141 162 0 20 2 67 462 11 52
Binary 1110100 1100001 1110010 0 10000 10 110111 100110010 1001 101010

Color Harmonies of #746172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746172

Black with #746172

Text Example


Text Example

White with #746172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746172; }

 p { color: rgb(116,97,114); }

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

background-color css

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

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

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

border-color css

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

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

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