#707084

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

Shades of Comet #707084

Tints of Comet #707084

Color information

#707084 (or 0x707084) is unknown color: approx Comet. HEX triplet: 70, 70 and 84. RGB value is (112,112,132). Sum of RGB (Red+Green+Blue) = 112+112+132=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #707084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707084 is #8F8F7B. Grayscale: #727272. Windows color (decimal): -9408380 or 8679536. OLE color: 8679536.

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

Color convert

RGB112112132-
CMYK0.150.1500.48
HSL240º8.2%47.84%-
HSV(B)240º15.15%51.76%-
XYZ16.6416.724.18-
YUV114.28138126.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=31.46%
G=31.46%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121121320.150.1500.482408.247.84
Hex707084FF030f0830
Octal16016020417170603601060
Binary1110000111000010000100111111110110000111100001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707084; }

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

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

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

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

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

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

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

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