#728992

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

Shades of Gothic #728992

Tints of Gothic #728992

Color information

#728992 (or 0x728992) is unknown color: approx Gothic. HEX triplet: 72, 89 and 92. RGB value is (114,137,146). Sum of RGB (Red+Green+Blue) = 114+137+146=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #728992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728992 is #8D766D. Grayscale: #838383. Windows color (decimal): -9270894 or 9603442. OLE color: 9603442.

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

Color convert

RGB114137146-
CMYK0.220.0600.43
HSL196.87º12.8%50.98%-
HSV(B)196.87º21.92%57.25%-
XYZ21.0723.5430.63-
YUV131.15136.38115.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=28.72%
G=34.51%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141371460.220.0600.43196.8712.850.98
Hex72899216602Bc5d33
Octal1622112222660533051563
Binary11100101000100110010010101101100101011110001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728992; }

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

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

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

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

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

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

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

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