#738A96

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

Shades of Bermuda Grey #738A96

Tints of Bermuda Grey #738A96

Color information

#738A96 (or 0x738A96) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8A and 96. RGB value is (115,138,150). Sum of RGB (Red+Green+Blue) = 115+138+150=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #738A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A96 is #8C7569. Grayscale: #848484. Windows color (decimal): -9205098 or 9865843. OLE color: 9865843.

HSL color Cylindrical-coordinate representation of color #738A96: hue angle of 200.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738A96 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115138150-
CMYK0.230.0800.41
HSL200.57º14.29%51.96%-
HSV(B)200.57º23.33%58.82%-
XYZ21.6624.0232.35-
YUV132.49137.88115.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=28.54%
G=34.24%
B=37.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151381500.230.0800.41200.5714.2951.96
Hex738A96178029c9e34
Octal16321222627100513111664
Binary111001110001010100101101011110000101001110010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,138,150); }

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

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

 a { background-color: rgb(115,138,150); }

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

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

 span { border-color: rgb(115,138,150); }

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