#728696

Color #728696 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #728696

Tints of Light Slate Grey #728696

Color information

#728696 (or 0x728696) is unknown color: approx Light Slate Grey. HEX triplet: 72, 86 and 96. RGB value is (114,134,150). Sum of RGB (Red+Green+Blue) = 114+134+150=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #728696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728696 is #8D7969. Grayscale: #818181. Windows color (decimal): -9271658 or 9864818. OLE color: 9864818.

HSL color Cylindrical-coordinate representation of color #728696: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728696 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114134150-
CMYK0.240.1100.41
HSL206.67º14.63%51.76%-
HSV(B)206.67º24%58.82%-
XYZ20.9722.8332.16-
YUV129.84139.37116.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=28.64%
G=33.67%
B=37.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141341500.240.1100.41206.6714.6351.76
Hex72869618B029cff34
Octal16220622630130513171764
Binary111001010000110100101101100010110101001110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728696; }

 p { color: rgb(114,134,150); }

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

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

 a { background-color: rgb(114,134,150); }

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

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

 span { border-color: rgb(114,134,150); }

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