Html Css Color HEX #746471 Old Lavender

📋 copy color: '#746471'

red 116 ◦ green 100 ◦ blue 113

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

Shades of Old Lavender #746471

Tints of Old Lavender #746471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 35.26%
G = 30.4%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746471 (or 0x746471) is known color: Old Lavender. HEX triplet: 74, 64 and 71. RGB value is (116,100,113). Sum of RGB (Red+Green+Blue) = 116+100+113=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746471 is #8B9B8E. Grayscale: #6A6A6A. Windows color (decimal): -9149327 or 7431284. OLE color: 7431284.

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

Color convert

RGB 116 100 113 -
CMYK 0 0.14 0.03 0.55
HSL 311.25º 0.07% 0.42% -
HSV(B) 311.25º 0.14% 0.45% -
XYZ 14.74 14.02 17.55 -
YUV 106.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 116 100 113 0 0.14 0.03 0.55 311.25 0.07 0.42
Hex 74 64 71 0 E 3 37 137 7 2A
Octal 164 144 161 0 16 3 67 467 7 52
Binary 1110100 1100100 1110001 0 1110 11 110111 100110111 111 101010

Color Harmonies of #746471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746471

Black with #746471

Text Example


Text Example

White with #746471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746471; }

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

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

background-color css

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

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

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

border-color css

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

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

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