Html Css Color HEX #716870 Old Lavender

📋 copy color: '#716870'

red 113 ◦ green 104 ◦ blue 112

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

Shades of Old Lavender #716870

Tints of Old Lavender #716870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 34.35%
G = 31.61%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716870 (or 0x716870) is known color: Old Lavender. HEX triplet: 71, 68 and 70. RGB value is (113,104,112). Sum of RGB (Red+Green+Blue) = 113+104+112=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716870 is #8E978F. Grayscale: #6B6B6B. Windows color (decimal): -9344912 or 7366769. OLE color: 7366769.

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

Color convert

RGB 113 104 112 -
CMYK 0 0.08 0.01 0.56
HSL 306.67º 0.04% 0.43% -
HSV(B) 306.67º 0.08% 0.44% -
XYZ 14.69 14.58 17.37 -
YUV 107.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 113 104 112 0 0.08 0.01 0.56 306.67 0.04 0.43
Hex 71 68 70 0 8 1 38 133 4 2B
Octal 161 150 160 0 10 1 70 463 4 53
Binary 1110001 1101000 1110000 0 1000 1 111000 100110011 100 101011

Color Harmonies of #716870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716870

Black with #716870

Text Example


Text Example

White with #716870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716870; }

 p { color: rgb(113,104,112); }

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

background-color css

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

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

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

border-color css

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

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

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