#73909D

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

Shades of Bermuda Grey #73909D

Tints of Bermuda Grey #73909D

Color information

#73909D (or 0x73909D) is unknown color: approx Bermuda Grey. HEX triplet: 73, 90 and 9D. RGB value is (115,144,157). Sum of RGB (Red+Green+Blue) = 115+144+157=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #73909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73909D is #8C6F62. Grayscale: #888888. Windows color (decimal): -9203555 or 10326131. OLE color: 10326131.

HSL color Cylindrical-coordinate representation of color #73909D: hue angle of 198.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73909D is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115144157-
CMYK0.270.0800.38
HSL198.57º17.65%53.33%-
HSV(B)198.57º26.75%61.57%-
XYZ23.1326.0335.7-
YUV136.81139.39112.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=27.64%
G=34.62%
B=37.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151441570.270.0800.38198.5717.6553.33
Hex73909D1B8026c71235
Octal16322023533100463072265
Binary1110011100100001001110111011100001001101100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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