#708086

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

Shades of Regent Grey #708086

Tints of Regent Grey #708086

Color information

#708086 (or 0x708086) is unknown color: approx Regent Grey. HEX triplet: 70, 80 and 86. RGB value is (112,128,134). Sum of RGB (Red+Green+Blue) = 112+128+134=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 134 - color contains mainly: blue. Hex color #708086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708086 is #8F7F79. Grayscale: #7B7B7B. Windows color (decimal): -9404282 or 8814704. OLE color: 8814704.

HSL color Cylindrical-coordinate representation of color #708086: hue angle of 196.36º 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 #708086 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112128134-
CMYK0.160.0400.47
HSL196.36º8.94%48.24%-
HSV(B)196.36º16.42%52.55%-
XYZ18.720.625.55-
YUV123.9133.7119.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=29.95%
G=34.22%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121281340.160.0400.47196.368.9448.24
Hex70808610402Fc4930
Octal1602002062040573041160
Binary11100001000000010000110100001000101111110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708086; }

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

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

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

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

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

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

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

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