#708897

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

Shades of Bermuda Grey #708897

Tints of Bermuda Grey #708897

Color information

#708897 (or 0x708897) is unknown color: approx Bermuda Grey. HEX triplet: 70, 88 and 97. RGB value is (112,136,151). Sum of RGB (Red+Green+Blue) = 112+136+151=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #708897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708897 is #8F7768. Grayscale: #828282. Windows color (decimal): -9402217 or 9930864. OLE color: 9930864.

HSL color Cylindrical-coordinate representation of color #708897: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708897 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112136151-
CMYK0.260.1000.41
HSL203.08º15.79%51.57%-
HSV(B)203.08º25.83%59.22%-
XYZ21.0723.2932.66-
YUV130.53139.55114.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=28.07%
G=34.09%
B=37.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121361510.260.1000.41203.0815.7951.57
Hex7088971AA029cb1034
Octal16021022732120513132064
Binary1110000100010001001011111010101001010011100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708897; }

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

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

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

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

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

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

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

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