Html Css Color HEX #716A70 Old Lavender

📋 copy color: '#716A70'

red 113 ◦ green 106 ◦ blue 112

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

Shades of Old Lavender #716A70

Tints of Old Lavender #716A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 34.14%
G = 32.02%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716A70 (or 0x716A70) is known color: Old Lavender. HEX triplet: 71, 6A and 70. RGB value is (113,106,112). Sum of RGB (Red+Green+Blue) = 113+106+112=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 113 - color contains mainly: red. Hex color #716A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A70 is #8E958F. Grayscale: #6C6C6C. Windows color (decimal): -9344400 or 7367281. OLE color: 7367281.

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

Color convert

RGB 113 106 112 -
CMYK 0 0.06 0.01 0.56
HSL 308.57º 0.03% 0.43% -
HSV(B) 308.57º 0.06% 0.44% -
XYZ 14.89 14.99 17.44 -
YUV 108.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 113 106 112 0 0.06 0.01 0.56 308.57 0.03 0.43
Hex 71 6A 70 0 6 1 38 135 3 2B
Octal 161 152 160 0 6 1 70 465 3 53
Binary 1110001 1101010 1110000 0 110 1 111000 100110101 11 101011

Color Harmonies of #716A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A70

Black with #716A70

Text Example


Text Example

White with #716A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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