#738E99

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

Shades of Bermuda Grey #738E99

Tints of Bermuda Grey #738E99

Color information

#738E99 (or 0x738E99) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and 99. RGB value is (115,142,153). Sum of RGB (Red+Green+Blue) = 115+142+153=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #738E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E99 is #8C7166. Grayscale: #878787. Windows color (decimal): -9204071 or 10063475. OLE color: 10063475.

HSL color Cylindrical-coordinate representation of color #738E99: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #738E99 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115142153-
CMYK0.250.0700.4
HSL197.37º15.7%52.55%-
HSV(B)197.37º24.84%60%-
XYZ22.4925.2933.83-
YUV135.18138.05113.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=28.05%
G=34.63%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151421530.250.0700.4197.3715.752.55
Hex738E99197028c51035
Octal1632162313170503052065
Binary111001110001110100110011100111101010001100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738E99; }

 p { color: rgb(115,142,153); }

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

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

 a { background-color: rgb(115,142,153); }

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

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

 span { border-color: rgb(115,142,153); }

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