#73959E

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

Shades of Bermuda Grey #73959E

Tints of Bermuda Grey #73959E

Color information

#73959E (or 0x73959E) is unknown color: approx Bermuda Grey. HEX triplet: 73, 95 and 9E. RGB value is (115,149,158). Sum of RGB (Red+Green+Blue) = 115+149+158=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #73959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73959E is #8C6A61. Grayscale: #8B8B8B. Windows color (decimal): -9202274 or 10392947. OLE color: 10392947.

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

Color convert

RGB115149158-
CMYK0.270.0600.38
HSL192.56º18.14%53.53%-
HSV(B)192.56º27.22%61.96%-
XYZ23.9927.6136.41-
YUV139.86138.24110.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=27.25%
G=35.31%
B=37.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151491580.270.0600.38192.5618.1453.53
Hex73959E1B6026c11236
Octal1632252363360463012266
Binary111001110010101100111101101111001001101100000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73959E; }

 p { color: rgb(115,149,158); }

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

<style>
 a { background-color: #73959E; }

 a { background-color: rgb(115,149,158); }

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

<style>
 span { border-color: #73959E; }

 span { border-color: rgb(115,149,158); }

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