#707086

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

Shades of Comet #707086

Tints of Comet #707086

Color information

#707086 (or 0x707086) is unknown color: approx Comet. HEX triplet: 70, 70 and 86. RGB value is (112,112,134). Sum of RGB (Red+Green+Blue) = 112+112+134=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #707086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707086 is #8F8F79. Grayscale: #727272. Windows color (decimal): -9408378 or 8810608. OLE color: 8810608.

HSL color Cylindrical-coordinate representation of color #707086: hue angle of 240º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707086 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112112134-
CMYK0.160.1600.47
HSL240º8.94%48.24%-
HSV(B)240º16.42%52.55%-
XYZ16.7816.7524.9-
YUV114.51139126.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=31.28%
G=31.28%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121121340.160.1600.472408.9448.24
Hex707086101002Ff0930
Octal16016020620200573601160
Binary111000011100001000011010000100000101111111100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707086; }

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

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

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

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

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

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

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

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