#718896

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

Shades of Bermuda Grey #718896

Tints of Bermuda Grey #718896

Color information

#718896 (or 0x718896) is unknown color: approx Bermuda Grey. HEX triplet: 71, 88 and 96. RGB value is (113,136,150). Sum of RGB (Red+Green+Blue) = 113+136+150=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #718896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718896 is #8E7769. Grayscale: #828282. Windows color (decimal): -9336682 or 9865329. OLE color: 9865329.

HSL color Cylindrical-coordinate representation of color #718896: hue angle of 202.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718896 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113136150-
CMYK0.250.0900.41
HSL202.7º14.98%51.57%-
HSV(B)202.7º24.67%58.82%-
XYZ21.1223.3232.24-
YUV130.72138.88115.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=28.32%
G=34.09%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131361500.250.0900.41202.714.9851.57
Hex718896199029cbf34
Octal16121022631110513131764
Binary111000110001000100101101100110010101001110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718896; }

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

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

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

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

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

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

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

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