#73898C

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

Shades of Gothic #73898C

Tints of Gothic #73898C

Color information

#73898C (or 0x73898C) is unknown color: approx Gothic. HEX triplet: 73, 89 and 8C. RGB value is (115,137,140). Sum of RGB (Red+Green+Blue) = 115+137+140=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: blue. Hex color #73898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73898C is #8C7673. Grayscale: #828282. Windows color (decimal): -9205364 or 9210227. OLE color: 9210227.

HSL color Cylindrical-coordinate representation of color #73898C: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73898C is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115137140-
CMYK0.180.0200.45
HSL187.2º9.8%50%-
HSV(B)187.2º17.86%54.9%-
XYZ20.7523.4328.24-
YUV130.76133.21116.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=29.34%
G=34.95%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151371400.180.0200.45187.29.850
Hex73898C12202Dbba32
Octal1632112142220552731262
Binary1110011100010011000110010010100101101101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,137,140); }

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

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

 a { background-color: rgb(115,137,140); }

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

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

 span { border-color: rgb(115,137,140); }

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