#718F9B

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

Shades of Bermuda Grey #718F9B

Tints of Bermuda Grey #718F9B

Color information

#718F9B (or 0x718F9B) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8F and 9B. RGB value is (113,143,155). Sum of RGB (Red+Green+Blue) = 113+143+155=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #718F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F9B is #8E7064. Grayscale: #878787. Windows color (decimal): -9334885 or 10194801. OLE color: 10194801.

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

Color convert

RGB113143155-
CMYK0.270.0800.39
HSL197.14º17.36%52.55%-
HSV(B)197.14º27.1%60.78%-
XYZ22.5525.5234.75-
YUV135.4139.06112.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=27.49%
G=34.79%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131431550.270.0800.39197.1417.3652.55
Hex718F9B1B8027c51135
Octal16121723333100473052165
Binary1110001100011111001101111011100001001111100010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,155); }

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

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

 a { background-color: rgb(113,143,155); }

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

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

 span { border-color: rgb(113,143,155); }

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