#728990

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

Shades of Gothic #728990

Tints of Gothic #728990

Color information

#728990 (or 0x728990) is unknown color: approx Gothic. HEX triplet: 72, 89 and 90. RGB value is (114,137,144). Sum of RGB (Red+Green+Blue) = 114+137+144=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #728990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728990 is #8D766F. Grayscale: #828282. Windows color (decimal): -9270896 or 9472370. OLE color: 9472370.

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

Color convert

RGB114137144-
CMYK0.210.0500.44
HSL194º11.9%50.59%-
HSV(B)194º20.83%56.47%-
XYZ20.9223.4829.82-
YUV130.92135.38115.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=28.86%
G=34.68%
B=36.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141371440.210.0500.4419411.950.59
Hex72899015502Cc2c33
Octal1622112202550543021463
Binary11100101000100110010000101011010101100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728990; }

 p { color: rgb(114,137,144); }

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

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

 a { background-color: rgb(114,137,144); }

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

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

 span { border-color: rgb(114,137,144); }

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