#708188

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

Shades of Regent Grey #708188

Tints of Regent Grey #708188

Color information

#708188 (or 0x708188) is unknown color: approx Regent Grey. HEX triplet: 70, 81 and 88. RGB value is (112,129,136). Sum of RGB (Red+Green+Blue) = 112+129+136=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #708188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708188 is #8F7E77. Grayscale: #7C7C7C. Windows color (decimal): -9404024 or 8946032. OLE color: 8946032.

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

Color convert

RGB112129136-
CMYK0.180.0500.47
HSL197.5º9.68%48.63%-
HSV(B)197.5º17.65%53.33%-
XYZ18.9820.9226.33-
YUV124.72134.37118.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=29.71%
G=34.22%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121291360.180.0500.47197.59.6848.63
Hex70818812502Fc5a31
Octal1602012102250573051261
Binary11100001000000110001000100101010101111110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708188; }

 p { color: rgb(112,129,136); }

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

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

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

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

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

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

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