#708289

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

Shades of Regent Grey #708289

Tints of Regent Grey #708289

Color information

#708289 (or 0x708289) is unknown color: approx Regent Grey. HEX triplet: 70, 82 and 89. RGB value is (112,130,137). Sum of RGB (Red+Green+Blue) = 112+130+137=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #708289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708289 is #8F7D76. Grayscale: #7D7D7D. Windows color (decimal): -9403767 or 9011824. OLE color: 9011824.

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

Color convert

RGB112130137-
CMYK0.180.0500.46
HSL196.8º10.04%48.82%-
HSV(B)196.8º18.25%53.73%-
XYZ19.1821.2226.75-
YUV125.42134.54118.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=29.55%
G=34.30%
B=36.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121301370.180.0500.46196.810.0448.82
Hex70828912502Ec5a31
Octal1602022112250563051261
Binary11100001000001010001001100101010101110110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708289; }

 p { color: rgb(112,130,137); }

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

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

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

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

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

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

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