#718794

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

Shades of Bermuda Grey #718794

Tints of Bermuda Grey #718794

Color information

#718794 (or 0x718794) is unknown color: approx Bermuda Grey. HEX triplet: 71, 87 and 94. RGB value is (113,135,148). Sum of RGB (Red+Green+Blue) = 113+135+148=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #718794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718794 is #8E786B. Grayscale: #818181. Windows color (decimal): -9336940 or 9734001. OLE color: 9734001.

HSL color Cylindrical-coordinate representation of color #718794: hue angle of 202.29º 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 #718794 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113135148-
CMYK0.240.0900.42
HSL202.29º14.06%51.18%-
HSV(B)202.29º23.65%58.04%-
XYZ20.8222.9831.35-
YUV129.9138.21115.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=28.54%
G=34.09%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131351480.240.0900.42202.2914.0651.18
Hex71879418902Acae33
Octal16120722430110523121663
Binary111000110000111100101001100010010101010110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718794; }

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

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

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

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

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

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

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

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