Html Css Color HEX #746371 Old Lavender

📋 copy color: '#746371'

red 116 ◦ green 99 ◦ blue 113

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

Shades of Old Lavender #746371

Tints of Old Lavender #746371

RGB

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

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

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

R = 35.37%
G = 30.18%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746371 (or 0x746371) is known color: Old Lavender. HEX triplet: 74, 63 and 71. RGB value is (116,99,113). Sum of RGB (Red+Green+Blue) = 116+99+113=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746371 is #8B9C8E. Grayscale: #696969. Windows color (decimal): -9149583 or 7431028. OLE color: 7431028.

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

Color convert

RGB 116 99 113 -
CMYK 0 0.15 0.03 0.55
HSL 310.59º 0.08% 0.42% -
HSV(B) 310.59º 0.15% 0.45% -
XYZ 14.64 13.83 17.52 -
YUV 105.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 116 99 113 0 0.15 0.03 0.55 310.59 0.08 0.42
Hex 74 63 71 0 F 3 37 137 8 2A
Octal 164 143 161 0 17 3 67 467 10 52
Binary 1110100 1100011 1110001 0 1111 11 110111 100110111 1000 101010

Color Harmonies of #746371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746371

Black with #746371

Text Example


Text Example

White with #746371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746371; }

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

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

background-color css

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

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

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

border-color css

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

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

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