Html Css Color HEX #746372 Old Lavender

📋 copy color: '#746372'

red 116 ◦ green 99 ◦ blue 114

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

Shades of Old Lavender #746372

Tints of Old Lavender #746372

RGB

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

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

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

R = 35.26%
G = 30.09%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#746372 (or 0x746372) is known color: Old Lavender. HEX triplet: 74, 63 and 72. RGB value is (116,99,114). Sum of RGB (Red+Green+Blue) = 116+99+114=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746372 is #8B9C8D. Grayscale: #696969. Windows color (decimal): -9149582 or 7496564. OLE color: 7496564.

HSL color Cylindrical-coordinate representation of color #746372: hue angle of 307.06º 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 #746372 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 114 -
CMYK 0 0.15 0.02 0.55
HSL 307.06º 0.08% 0.42% -
HSV(B) 307.06º 0.15% 0.45% -
XYZ 14.7 13.85 17.82 -
YUV 105.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 116 99 114 0 0.15 0.02 0.55 307.06 0.08 0.42
Hex 74 63 72 0 F 2 37 133 8 2A
Octal 164 143 162 0 17 2 67 463 10 52
Binary 1110100 1100011 1110010 0 1111 10 110111 100110011 1000 101010

Color Harmonies of #746372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746372

Black with #746372

Text Example


Text Example

White with #746372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746372; }

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

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

background-color css

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

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

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

border-color css

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

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

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