#718EAC

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

Shades of Bermuda Grey #718EAC

Tints of Bermuda Grey #718EAC

Color information

#718EAC (or 0x718EAC) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8E and AC. RGB value is (113,142,172). Sum of RGB (Red+Green+Blue) = 113+142+172=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #718EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718EAC is #8E7153. Grayscale: #888888. Windows color (decimal): -9335124 or 11308657. OLE color: 11308657.

HSL color Cylindrical-coordinate representation of color #718EAC: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718EAC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113142172-
CMYK0.340.1700.33
HSL210.51º26.22%55.88%-
HSV(B)210.51º34.3%67.45%-
XYZ23.9325.8442.76-
YUV136.75147.89111.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=26.46%
G=33.26%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131421720.340.1700.33210.5126.2255.88
Hex718EAC2211021d31a38
Octal16121625442210413233270
Binary111000110001110101011001000101000101000011101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,142,172); }

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

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

 a { background-color: rgb(113,142,172); }

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

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

 span { border-color: rgb(113,142,172); }

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