#708898

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

Shades of Bermuda Grey #708898

Tints of Bermuda Grey #708898

Color information

#708898 (or 0x708898) is unknown color: approx Bermuda Grey. HEX triplet: 70, 88 and 98. RGB value is (112,136,152). Sum of RGB (Red+Green+Blue) = 112+136+152=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #708898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708898 is #8F7767. Grayscale: #828282. Windows color (decimal): -9402216 or 9996400. OLE color: 9996400.

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

Color convert

RGB112136152-
CMYK0.260.1100.40
HSL204º16.26%51.76%-
HSV(B)204º26.32%59.61%-
XYZ21.1523.3233.09-
YUV130.65140.05114.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 152 (59.77% from 255) = 38%
R=28%
G=34%
B=38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121361520.260.1100.4020416.2651.76
Hex7088981AB028cc1034
Octal16021023032130503142064
Binary1110000100010001001100011010101101010001100110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708898; }

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

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

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

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

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

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

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

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