Html Css Color HEX #716370 Old Lavender

📋 copy color: '#716370'

red 113 ◦ green 99 ◦ blue 112

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

Shades of Old Lavender #716370

Tints of Old Lavender #716370

RGB

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

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

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

R = 34.88%
G = 30.56%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716370 (or 0x716370) is known color: Old Lavender. HEX triplet: 71, 63 and 70. RGB value is (113,99,112). Sum of RGB (Red+Green+Blue) = 113+99+112=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716370 is #8E9C8F. Grayscale: #686868. Windows color (decimal): -9346192 or 7365489. OLE color: 7365489.

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

Color convert

RGB 113 99 112 -
CMYK 0 0.12 0.01 0.56
HSL 304.29º 0.07% 0.42% -
HSV(B) 304.29º 0.12% 0.44% -
XYZ 14.2 13.6 17.21 -
YUV 104.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 113 99 112 0 0.12 0.01 0.56 304.29 0.07 0.42
Hex 71 63 70 0 C 1 38 130 7 2A
Octal 161 143 160 0 14 1 70 460 7 52
Binary 1110001 1100011 1110000 0 1100 1 111000 100110000 111 101010

Color Harmonies of #716370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716370

Black with #716370

Text Example


Text Example

White with #716370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716370; }

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

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

background-color css

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

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

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

border-color css

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

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

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