#73919B

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

Shades of Bermuda Grey #73919B

Tints of Bermuda Grey #73919B

Color information

#73919B (or 0x73919B) is unknown color: approx Bermuda Grey. HEX triplet: 73, 91 and 9B. RGB value is (115,145,155). Sum of RGB (Red+Green+Blue) = 115+145+155=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #73919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73919B is #8C6E64. Grayscale: #898989. Windows color (decimal): -9203301 or 10195315. OLE color: 10195315.

HSL color Cylindrical-coordinate representation of color #73919B: hue angle of 195º 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 #73919B is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115145155-
CMYK0.260.0600.39
HSL195º16.67%52.94%-
HSV(B)195º25.81%60.78%-
XYZ23.1126.2634.86-
YUV137.17138.06112.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=27.71%
G=34.94%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151451550.260.0600.3919516.6752.94
Hex73919B1A6027c31135
Octal1632212333260473032165
Binary111001110010001100110111101011001001111100001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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