#73969B

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

Shades of Gothic #73969B

Tints of Gothic #73969B

Color information

#73969B (or 0x73969B) is unknown color: approx Gothic. HEX triplet: 73, 96 and 9B. RGB value is (115,150,155). Sum of RGB (Red+Green+Blue) = 115+150+155=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #73969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73969B is #8C6964. Grayscale: #8C8C8C. Windows color (decimal): -9202021 or 10196595. OLE color: 10196595.

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

Color convert

RGB115150155-
CMYK0.260.0300.39
HSL187.5º16.67%52.94%-
HSV(B)187.5º25.81%60.78%-
XYZ23.8927.8235.12-
YUV140.11136.4110.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=27.38%
G=35.71%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151501550.260.0300.39187.516.6752.94
Hex73969B1A3027bb1135
Octal1632262333230472732165
Binary11100111001011010011011110101101001111011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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