#73909F

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

Shades of Bermuda Grey #73909F

Tints of Bermuda Grey #73909F

Color information

#73909F (or 0x73909F) is unknown color: approx Bermuda Grey. HEX triplet: 73, 90 and 9F. RGB value is (115,144,159). Sum of RGB (Red+Green+Blue) = 115+144+159=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #73909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73909F is #8C6F60. Grayscale: #888888. Windows color (decimal): -9203553 or 10457203. OLE color: 10457203.

HSL color Cylindrical-coordinate representation of color #73909F: hue angle of 200.45º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73909F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115144159-
CMYK0.280.0900.38
HSL200.45º18.64%53.73%-
HSV(B)200.45º27.67%62.35%-
XYZ23.326.0936.61-
YUV137.04140.39112.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=27.51%
G=34.45%
B=38.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151441590.280.0900.38200.4518.6453.73
Hex73909F1C9026c81336
Octal16322023734110463102366
Binary1110011100100001001111111100100101001101100100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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