#707073

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

Shades of Comet #707073

Tints of Comet #707073

Color information

#707073 (or 0x707073) is unknown color: approx Comet. HEX triplet: 70, 70 and 73. RGB value is (112,112,115). Sum of RGB (Red+Green+Blue) = 112+112+115=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #707073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707073 is #8F8F8C. Grayscale: #707070. Windows color (decimal): -9408397 or 7565424. OLE color: 7565424.

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

Color convert

RGB112112115-
CMYK0.030.0300.55
HSL240º1.32%44.51%-
HSV(B)240º2.61%45.1%-
XYZ15.5716.2718.54-
YUV112.34129.5127.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=33.04%
G=33.04%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121121150.030.0300.552401.3244.51
Hex70707333037f012d
Octal16016016333067360155
Binary11100001110000111001111110110111111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707073; }

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

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

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

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

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

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

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

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