#73949C

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

Shades of Bermuda Grey #73949C

Tints of Bermuda Grey #73949C

Color information

#73949C (or 0x73949C) is unknown color: approx Bermuda Grey. HEX triplet: 73, 94 and 9C. RGB value is (115,148,156). Sum of RGB (Red+Green+Blue) = 115+148+156=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #73949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949C is #8C6B63. Grayscale: #8A8A8A. Windows color (decimal): -9202532 or 10261619. OLE color: 10261619.

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

Color convert

RGB115148156-
CMYK0.260.0500.39
HSL191.71º17.15%53.14%-
HSV(B)191.71º26.28%61.18%-
XYZ23.6627.2235.46-
YUV139.04137.57110.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=27.45%
G=35.32%
B=37.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151481560.260.0500.39191.7117.1553.14
Hex73949C1A5027c01135
Octal1632242343250473002165
Binary111001110010100100111001101010101001111100000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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