Html Css Color HEX #746272 Old Lavender

📋 copy color: '#746272'

red 116 ◦ green 98 ◦ blue 114

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

Shades of Old Lavender #746272

Tints of Old Lavender #746272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 35.37%
G = 29.88%
B = 34.76%

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

#746272 (or 0x746272) is known color: Old Lavender. HEX triplet: 74, 62 and 72. RGB value is (116,98,114). Sum of RGB (Red+Green+Blue) = 116+98+114=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746272 is #8B9D8D. Grayscale: #696969. Windows color (decimal): -9149838 or 7496308. OLE color: 7496308.

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

Color convert

RGB 116 98 114 -
CMYK 0 0.16 0.02 0.55
HSL 306.67º 0.08% 0.42% -
HSV(B) 306.67º 0.16% 0.45% -
XYZ 14.61 13.66 17.79 -
YUV 105.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 116 98 114 0 0.16 0.02 0.55 306.67 0.08 0.42
Hex 74 62 72 0 10 2 37 133 8 2A
Octal 164 142 162 0 20 2 67 463 10 52
Binary 1110100 1100010 1110010 0 10000 10 110111 100110011 1000 101010

Color Harmonies of #746272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746272

Black with #746272

Text Example


Text Example

White with #746272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746272; }

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

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

background-color css

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

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

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

border-color css

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

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

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