#73909B

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

Shades of Bermuda Grey #73909B

Tints of Bermuda Grey #73909B

Color information

#73909B (or 0x73909B) is unknown color: approx Bermuda Grey. HEX triplet: 73, 90 and 9B. RGB value is (115,144,155). Sum of RGB (Red+Green+Blue) = 115+144+155=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #73909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73909B is #8C6F64. Grayscale: #888888. Windows color (decimal): -9203557 or 10195059. OLE color: 10195059.

HSL color Cylindrical-coordinate representation of color #73909B: hue angle of 196.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73909B is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115144155-
CMYK0.260.0700.39
HSL196.5º16.67%52.94%-
HSV(B)196.5º25.81%60.78%-
XYZ22.9625.9634.81-
YUV136.58138.39112.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=27.78%
G=34.78%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151441550.260.0700.39196.516.6752.94
Hex73909B1A7027c41135
Octal1632202333270473042165
Binary111001110010000100110111101011101001111100010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73909B; }

 p { color: rgb(115,144,155); }

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

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

 a { background-color: rgb(115,144,155); }

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

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

 span { border-color: rgb(115,144,155); }

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