#708EA1

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

Shades of Bermuda Grey #708EA1

Tints of Bermuda Grey #708EA1

Color information

#708EA1 (or 0x708EA1) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and A1. RGB value is (112,142,161). Sum of RGB (Red+Green+Blue) = 112+142+161=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: blue. Hex color #708EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA1 is #8F715E. Grayscale: #878787. Windows color (decimal): -9400671 or 10587760. OLE color: 10587760.

HSL color Cylindrical-coordinate representation of color #708EA1: hue angle of 203.27º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708EA1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112142161-
CMYK0.300.1200.37
HSL203.27º20.68%53.53%-
HSV(B)203.27º30.43%63.14%-
XYZ22.7925.3637.41-
YUV135.2142.56111.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=26.99%
G=34.22%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121421610.300.1200.37203.2720.6853.53
Hex708EA11EC025cb1536
Octal16021624136140453132566
Binary1110000100011101010000111110110001001011100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708EA1; }

 p { color: rgb(112,142,161); }

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

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

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

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

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

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

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