Html Css Color HEX #746271 Old Lavender

📋 copy color: '#746271'

red 116 ◦ green 98 ◦ blue 113

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

Shades of Old Lavender #746271

Tints of Old Lavender #746271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 35.47%
G = 29.97%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746271 (or 0x746271) is known color: Old Lavender. HEX triplet: 74, 62 and 71. RGB value is (116,98,113). Sum of RGB (Red+Green+Blue) = 116+98+113=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746271 is #8B9D8E. Grayscale: #696969. Windows color (decimal): -9149839 or 7430772. OLE color: 7430772.

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

Color convert

RGB 116 98 113 -
CMYK 0 0.16 0.03 0.55
HSL 310º 0.08% 0.42% -
HSV(B) 310º 0.16% 0.45% -
XYZ 14.55 13.64 17.49 -
YUV 105.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 116 98 113 0 0.16 0.03 0.55 310 0.08 0.42
Hex 74 62 71 0 10 3 37 136 8 2A
Octal 164 142 161 0 20 3 67 466 10 52
Binary 1110100 1100010 1110001 0 10000 11 110111 100110110 1000 101010

Color Harmonies of #746271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746271

Black with #746271

Text Example


Text Example

White with #746271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746271; }

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

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

background-color css

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

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

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

border-color css

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

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

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