#728891

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

Shades of Gothic #728891

Tints of Gothic #728891

Color information

#728891 (or 0x728891) is unknown color: approx Gothic. HEX triplet: 72, 88 and 91. RGB value is (114,136,145). Sum of RGB (Red+Green+Blue) = 114+136+145=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #728891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728891 is #8D776E. Grayscale: #828282. Windows color (decimal): -9271151 or 9537650. OLE color: 9537650.

HSL color Cylindrical-coordinate representation of color #728891: hue angle of 197.42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728891 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114136145-
CMYK0.210.0600.43
HSL197.42º12.35%50.78%-
HSV(B)197.42º21.38%56.86%-
XYZ20.8523.2330.17-
YUV130.45136.21116.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=28.86%
G=34.43%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141361450.210.0600.43197.4212.3550.78
Hex72889115602Bc5c33
Octal1622102212560533051463
Binary11100101000100010010001101011100101011110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728891; }

 p { color: rgb(114,136,145); }

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

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

 a { background-color: rgb(114,136,145); }

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

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

 span { border-color: rgb(114,136,145); }

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