Html Css Color HEX #716671 Old Lavender

📋 copy color: '#716671'

red 113 ◦ green 102 ◦ blue 113

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

Shades of Old Lavender #716671

Tints of Old Lavender #716671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 34.45%
G = 31.1%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#716671 (or 0x716671) is known color: Old Lavender. HEX triplet: 71, 66 and 71. RGB value is (113,102,113). Sum of RGB (Red+Green+Blue) = 113+102+113=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716671 is #8E998E. Grayscale: #6A6A6A. Windows color (decimal): -9345423 or 7431793. OLE color: 7431793.

HSL color Cylindrical-coordinate representation of color #716671: hue angle of 300º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716671 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 113 -
CMYK 0 0.10 0 0.56
HSL 300º 0.05% 0.42% -
HSV(B) 300º 0.1% 0.44% -
XYZ 14.54 14.21 17.6 -
YUV 106.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 113 102 113 0 0.10 0 0.56 300 0.05 0.42
Hex 71 66 71 0 A 0 38 12C 5 2A
Octal 161 146 161 0 12 0 70 454 5 52
Binary 1110001 1100110 1110001 0 1010 0 111000 100101100 101 101010

Color Harmonies of #716671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716671

Black with #716671

Text Example


Text Example

White with #716671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716671; }

 p { color: rgb(113,102,113); }

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

background-color css

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

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

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

border-color css

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

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

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