Html Css Color HEX #716971 Old Lavender

📋 copy color: '#716971'

red 113 ◦ green 105 ◦ blue 113

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

Shades of Old Lavender #716971

Tints of Old Lavender #716971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

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

R = 34.14%
G = 31.72%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#716971 (or 0x716971) is known color: Old Lavender. HEX triplet: 71, 69 and 71. RGB value is (113,105,113). Sum of RGB (Red+Green+Blue) = 113+105+113=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #716971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716971 is #8E968E. Grayscale: #6C6C6C. Windows color (decimal): -9344655 or 7432561. OLE color: 7432561.

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

Color convert

RGB 113 105 113 -
CMYK 0 0.07 0 0.56
HSL 300º 0.04% 0.43% -
HSV(B) 300º 0.07% 0.44% -
XYZ 14.84 14.81 17.7 -
YUV 108.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 113 105 113 0 0.07 0 0.56 300 0.04 0.43
Hex 71 69 71 0 7 0 38 12C 4 2B
Octal 161 151 161 0 7 0 70 454 4 53
Binary 1110001 1101001 1110001 0 111 0 111000 100101100 100 101011

Color Harmonies of #716971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716971

Black with #716971

Text Example


Text Example

White with #716971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716971; }

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

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

background-color css

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

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

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

border-color css

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

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

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