#70717D

Color #70717D Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #70717D

Tints of Comet #70717D

Color information

#70717D (or 0x70717D) is unknown color: approx Comet. HEX triplet: 70, 71 and 7D. RGB value is (112,113,125). Sum of RGB (Red+Green+Blue) = 112+113+125=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #70717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70717D is #8F8E82. Grayscale: #727272. Windows color (decimal): -9408131 or 8221040. OLE color: 8221040.

HSL color Cylindrical-coordinate representation of color #70717D: hue angle of 235.38º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70717D is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112113125-
CMYK0.100.1000.51
HSL235.38º5.49%46.47%-
HSV(B)235.38º10.4%49.02%-
XYZ16.2916.7421.77-
YUV114.07134.17126.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=32%
G=32.29%
B=35.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121131250.100.1000.51235.385.4946.47
Hex70717DAA033eb52e
Octal1601611751212063353556
Binary11100001110001111110110101010011001111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70717D; }

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

 H1.HeaderClassName
 {
   color: #70717D;
 }
 .AnyTagClassName
 {
   color: #70717D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #70717D;
 }
 .BgClassName
 {
   background-color: #70717D;
 }
</style>
border-color css

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

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

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