#73929B

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

Shades of Bermuda Grey #73929B

Tints of Bermuda Grey #73929B

Color information

#73929B (or 0x73929B) is unknown color: approx Bermuda Grey. HEX triplet: 73, 92 and 9B. RGB value is (115,146,155). Sum of RGB (Red+Green+Blue) = 115+146+155=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #73929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73929B is #8C6D64. Grayscale: #898989. Windows color (decimal): -9203045 or 10195571. OLE color: 10195571.

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

Color convert

RGB115146155-
CMYK0.260.0600.39
HSL193.5º16.67%52.94%-
HSV(B)193.5º25.81%60.78%-
XYZ23.2726.5734.91-
YUV137.76137.73111.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=27.64%
G=35.10%
B=37.26%

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
Decimal1151461550.260.0600.39193.516.6752.94
Hex73929B1A6027c11135
Octal1632222333260473012165
Binary111001110010010100110111101011001001111100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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