#73969C

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

Shades of Gothic #73969C

Tints of Gothic #73969C

Color information

#73969C (or 0x73969C) is unknown color: approx Gothic. HEX triplet: 73, 96 and 9C. RGB value is (115,150,156). Sum of RGB (Red+Green+Blue) = 115+150+156=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #73969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73969C is #8C6963. Grayscale: #8C8C8C. Windows color (decimal): -9202020 or 10262131. OLE color: 10262131.

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

Color convert

RGB115150156-
CMYK0.260.0400.39
HSL188.78º17.15%53.14%-
HSV(B)188.78º26.28%61.18%-
XYZ23.9827.8635.57-
YUV140.22136.9110.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=27.32%
G=35.63%
B=37.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151501560.260.0400.39188.7817.1553.14
Hex73969C1A4027bd1135
Octal1632262343240472752165
Binary111001110010110100111001101010001001111011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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