#728485

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

Shades of Gothic #728485

Tints of Gothic #728485

Color information

#728485 (or 0x728485) is unknown color: approx Gothic. HEX triplet: 72, 84 and 85. RGB value is (114,132,133). Sum of RGB (Red+Green+Blue) = 114+132+133=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #728485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728485 is #8D7B7A. Grayscale: #7E7E7E. Windows color (decimal): -9272187 or 8750194. OLE color: 8750194.

HSL color Cylindrical-coordinate representation of color #728485: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728485 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114132133-
CMYK0.140.0100.48
HSL183.16º7.69%48.43%-
HSV(B)183.16º14.29%52.16%-
XYZ19.4221.7725.37-
YUV126.73131.54118.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=30.08%
G=34.83%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321330.140.0100.48183.167.6948.43
Hex728485E1030b7830
Octal1622042051610602671060
Binary11100101000010010000101111010110000101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728485; }

 p { color: rgb(114,132,133); }

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

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

 a { background-color: rgb(114,132,133); }

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

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

 span { border-color: rgb(114,132,133); }

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