#707077

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

Shades of Comet #707077

Tints of Comet #707077

Color information

#707077 (or 0x707077) is unknown color: approx Comet. HEX triplet: 70, 70 and 77. RGB value is (112,112,119). Sum of RGB (Red+Green+Blue) = 112+112+119=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #707077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707077 is #8F8F88. Grayscale: #707070. Windows color (decimal): -9408393 or 7827568. OLE color: 7827568.

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

Color convert

RGB112112119-
CMYK0.060.0600.53
HSL240º3.03%45.29%-
HSV(B)240º5.88%46.67%-
XYZ15.8116.3619.78-
YUV112.8131.5127.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=32.65%
G=32.65%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121121190.060.0600.532403.0345.29
Hex70707766035f032d
Octal16016016766065360355
Binary11100001110000111011111011001101011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707077; }

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

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

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

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

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

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

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

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