#708B97

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

Shades of Bermuda Grey #708B97

Tints of Bermuda Grey #708B97

Color information

#708B97 (or 0x708B97) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8B and 97. RGB value is (112,139,151). Sum of RGB (Red+Green+Blue) = 112+139+151=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #708B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B97 is #8F7468. Grayscale: #848484. Windows color (decimal): -9401449 or 9931632. OLE color: 9931632.

HSL color Cylindrical-coordinate representation of color #708B97: hue angle of 198.46º 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 #708B97 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112139151-
CMYK0.260.0800.41
HSL198.46º15.79%51.57%-
HSV(B)198.46º25.83%59.22%-
XYZ21.524.1432.81-
YUV132.29138.55113.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=27.86%
G=34.58%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121391510.260.0800.41198.4615.7951.57
Hex708B971A8029c61034
Octal16021322732100513062064
Binary1110000100010111001011111010100001010011100011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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