#73888D

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

Shades of Gothic #73888D

Tints of Gothic #73888D

Color information

#73888D (or 0x73888D) is unknown color: approx Gothic. HEX triplet: 73, 88 and 8D. RGB value is (115,136,141). Sum of RGB (Red+Green+Blue) = 115+136+141=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #73888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73888D is #8C7772. Grayscale: #828282. Windows color (decimal): -9205619 or 9275507. OLE color: 9275507.

HSL color Cylindrical-coordinate representation of color #73888D: hue angle of 191.54º 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 #73888D is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115136141-
CMYK0.180.0400.45
HSL191.54º10.24%50.2%-
HSV(B)191.54º18.44%55.29%-
XYZ20.6823.1828.58-
YUV130.29134.04117.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=29.34%
G=34.69%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151361410.180.0400.45191.5410.2450.2
Hex73888D12402Dc0a32
Octal1632102152240553001262
Binary11100111000100010001101100101000101101110000001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73888D; }

 p { color: rgb(115,136,141); }

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

<style>
 a { background-color: #73888D; }

 a { background-color: rgb(115,136,141); }

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

<style>
 span { border-color: #73888D; }

 span { border-color: rgb(115,136,141); }

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