Html Css Color HEX #717170 Tapa

📋 copy color: '#717170'

red 113 ◦ green 113 ◦ blue 112

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

Shades of Tapa #717170

Tints of Tapa #717170

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #717170: hue angle of 60º 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 #717170 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 112 -
CMYK 0 0 0.01 0.56
HSL 60º 0% 0.44% -
HSV(B) 60º 0.01% 0.44% -
XYZ 15.64 16.49 17.69 -
YUV 112.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 113 113 112 0 0 0.01 0.56 60 0 0.44
Hex 71 71 70 0 0 1 38 3C 0 2C
Octal 161 161 160 0 0 1 70 74 0 54
Binary 1110001 1110001 1110000 0 0 1 111000 111100 0 101100

Color Harmonies of #717170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717170

Black with #717170

Text Example


Text Example

White with #717170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717170; }

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

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

background-color css

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

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

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

border-color css

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

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

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