#708389

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

Shades of Regent Grey #708389

Tints of Regent Grey #708389

Color information

#708389 (or 0x708389) is unknown color: approx Regent Grey. HEX triplet: 70, 83 and 89. RGB value is (112,131,137). Sum of RGB (Red+Green+Blue) = 112+131+137=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #708389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708389 is #8F7C76. Grayscale: #7D7D7D. Windows color (decimal): -9403511 or 9012080. OLE color: 9012080.

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

Color convert

RGB112131137-
CMYK0.180.0400.46
HSL194.4º10.04%48.82%-
HSV(B)194.4º18.25%53.73%-
XYZ19.3121.4826.8-
YUV126134.21118.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=29.47%
G=34.47%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121311370.180.0400.46194.410.0448.82
Hex70838912402Ec2a31
Octal1602032112240563021261
Binary11100001000001110001001100101000101110110000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708389; }

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

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

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

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

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

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

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

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