#73929E

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

Shades of Bermuda Grey #73929E

Tints of Bermuda Grey #73929E

Color information

#73929E (or 0x73929E) is unknown color: approx Bermuda Grey. HEX triplet: 73, 92 and 9E. RGB value is (115,146,158). Sum of RGB (Red+Green+Blue) = 115+146+158=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #73929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73929E is #8C6D61. Grayscale: #8A8A8A. Windows color (decimal): -9203042 or 10392179. OLE color: 10392179.

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

Color convert

RGB115146158-
CMYK0.270.0800.38
HSL196.74º18.14%53.53%-
HSV(B)196.74º27.22%61.96%-
XYZ23.5226.6736.26-
YUV138.1139.23111.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=27.45%
G=34.84%
B=37.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151461580.270.0800.38196.7418.1453.53
Hex73929E1B8026c51236
Octal16322223633100463052266
Binary1110011100100101001111011011100001001101100010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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