#707076

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

Shades of Comet #707076

Tints of Comet #707076

Color information

#707076 (or 0x707076) is unknown color: approx Comet. HEX triplet: 70, 70 and 76. RGB value is (112,112,118). Sum of RGB (Red+Green+Blue) = 112+112+118=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #707076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707076 is #8F8F89. Grayscale: #707070. Windows color (decimal): -9408394 or 7762032. OLE color: 7762032.

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

Color convert

RGB112112118-
CMYK0.050.0500.54
HSL240º2.61%45.1%-
HSV(B)240º5.08%46.27%-
XYZ15.7516.3419.46-
YUV112.68131127.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=32.75%
G=32.75%
B=34.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121121180.050.0500.542402.6145.1
Hex70707655036f032d
Octal16016016655066360355
Binary11100001110000111011010110101101101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707076; }

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

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

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

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

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

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

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

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