#718A99

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

Shades of Bermuda Grey #718A99

Tints of Bermuda Grey #718A99

Color information

#718A99 (or 0x718A99) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8A and 99. RGB value is (113,138,153). Sum of RGB (Red+Green+Blue) = 113+138+153=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #718A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A99 is #8E7566. Grayscale: #848484. Windows color (decimal): -9336167 or 10062449. OLE color: 10062449.

HSL color Cylindrical-coordinate representation of color #718A99: hue angle of 202.5º 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 #718A99 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113138153-
CMYK0.260.1000.4
HSL202.5º16.39%52.16%-
HSV(B)202.5º26.14%60%-
XYZ21.6523.9933.63-
YUV132.24139.72114.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=27.97%
G=34.16%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131381530.260.1000.4202.516.3952.16
Hex718A991AA028ca1034
Octal16121223132120503122064
Binary1110001100010101001100111010101001010001100101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718A99; }

 p { color: rgb(113,138,153); }

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

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

 a { background-color: rgb(113,138,153); }

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

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

 span { border-color: rgb(113,138,153); }

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