Html Css Color HEX #717071 Old Lavender

📋 copy color: '#717071'

red 113 ◦ green 112 ◦ blue 113

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

Shades of Old Lavender #717071

Tints of Old Lavender #717071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#717071 (or 0x717071) is known color: Old Lavender. HEX triplet: 71, 70 and 71. RGB value is (113,112,113). Sum of RGB (Red+Green+Blue) = 113+112+113=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #717071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717071 is #8E8F8E. Grayscale: #707070. Windows color (decimal): -9342863 or 7434353. OLE color: 7434353.

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

Color convert

RGB 113 112 113 -
CMYK 0 0.01 0 0.56
HSL 300º 0% 0.44% -
HSV(B) 300º 0.01% 0.44% -
XYZ 15.58 16.29 17.95 -
YUV 112.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 113 112 113 0 0.01 0 0.56 300 0 0.44
Hex 71 70 71 0 1 0 38 12C 0 2C
Octal 161 160 161 0 1 0 70 454 0 54
Binary 1110001 1110000 1110001 0 1 0 111000 100101100 0 101100

Color Harmonies of #717071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717071

Black with #717071

Text Example


Text Example

White with #717071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717071; }

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

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

background-color css

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

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

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

border-color css

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

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

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