#73939B

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

Shades of Gothic #73939B

Tints of Gothic #73939B

Color information

#73939B (or 0x73939B) is unknown color: approx Gothic. HEX triplet: 73, 93 and 9B. RGB value is (115,147,155). Sum of RGB (Red+Green+Blue) = 115+147+155=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #73939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73939B is #8C6C64. Grayscale: #8A8A8A. Windows color (decimal): -9202789 or 10195827. OLE color: 10195827.

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

Color convert

RGB115147155-
CMYK0.260.0500.39
HSL192º16.67%52.94%-
HSV(B)192º25.81%60.78%-
XYZ23.4226.8834.96-
YUV138.34137.4111.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=27.58%
G=35.25%
B=37.17%

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
Decimal1151471550.260.0500.3919216.6752.94
Hex73939B1A5027c01135
Octal1632232333250473002165
Binary111001110010011100110111101010101001111100000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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