#718D9A

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

Shades of Bermuda Grey #718D9A

Tints of Bermuda Grey #718D9A

Color information

#718D9A (or 0x718D9A) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8D and 9A. RGB value is (113,141,154). Sum of RGB (Red+Green+Blue) = 113+141+154=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #718D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D9A is #8E7265. Grayscale: #868686. Windows color (decimal): -9335398 or 10128753. OLE color: 10128753.

HSL color Cylindrical-coordinate representation of color #718D9A: hue angle of 199.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718D9A is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113141154-
CMYK0.270.0800.40
HSL199.02º16.87%52.35%-
HSV(B)199.02º26.62%60.39%-
XYZ22.1724.8934.21-
YUV134.11139.22112.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=27.70%
G=34.56%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131411540.270.0800.40199.0216.8752.35
Hex718D9A1B8028c71134
Octal16121523233100503072164
Binary1110001100011011001101011011100001010001100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,141,154); }

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

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

 a { background-color: rgb(113,141,154); }

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

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

 span { border-color: rgb(113,141,154); }

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