#73949D

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

Shades of Bermuda Grey #73949D

Tints of Bermuda Grey #73949D

Color information

#73949D (or 0x73949D) is unknown color: approx Bermuda Grey. HEX triplet: 73, 94 and 9D. RGB value is (115,148,157). Sum of RGB (Red+Green+Blue) = 115+148+157=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #73949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949D is #8C6B62. Grayscale: #8B8B8B. Windows color (decimal): -9202531 or 10327155. OLE color: 10327155.

HSL color Cylindrical-coordinate representation of color #73949D: hue angle of 192.86º 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 #73949D is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115148157-
CMYK0.270.0600.38
HSL192.86º17.65%53.33%-
HSV(B)192.86º26.75%61.57%-
XYZ23.7527.2635.91-
YUV139.16138.07110.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=27.38%
G=35.24%
B=37.38%

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
Decimal1151481570.270.0600.38192.8617.6553.33
Hex73949D1B6026c11235
Octal1632242353360463012265
Binary111001110010100100111011101111001001101100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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