#718894

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

Shades of Bermuda Grey #718894

Tints of Bermuda Grey #718894

Color information

#718894 (or 0x718894) is unknown color: approx Bermuda Grey. HEX triplet: 71, 88 and 94. RGB value is (113,136,148). Sum of RGB (Red+Green+Blue) = 113+136+148=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #718894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718894 is #8E776B. Grayscale: #828282. Windows color (decimal): -9336684 or 9734257. OLE color: 9734257.

HSL color Cylindrical-coordinate representation of color #718894: hue angle of 200.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718894 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113136148-
CMYK0.240.0800.42
HSL200.57º14.06%51.18%-
HSV(B)200.57º23.65%58.04%-
XYZ20.9623.2631.4-
YUV130.49137.88115.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=28.46%
G=34.26%
B=37.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131361480.240.0800.42200.5714.0651.18
Hex71889418802Ac9e33
Octal16121022430100523111663
Binary111000110001000100101001100010000101010110010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718894; }

 p { color: rgb(113,136,148); }

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

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

 a { background-color: rgb(113,136,148); }

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

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

 span { border-color: rgb(113,136,148); }

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