#727C8D

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

Shades of Slate Grey #727C8D

Tints of Slate Grey #727C8D

Color information

#727C8D (or 0x727C8D) is unknown color: approx Slate Grey. HEX triplet: 72, 7C and 8D. RGB value is (114,124,141). Sum of RGB (Red+Green+Blue) = 114+124+141=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #727C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C8D is #8D8372. Grayscale: #7A7A7A. Windows color (decimal): -9274227 or 9272434. OLE color: 9272434.

HSL color Cylindrical-coordinate representation of color #727C8D: hue angle of 217.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #727C8D is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114124141-
CMYK0.190.1200.45
HSL217.78º10.59%50%-
HSV(B)217.78º19.15%55.29%-
XYZ18.9519.9228.04-
YUV122.95138.19121.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=30.08%
G=32.72%
B=37.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141241410.190.1200.45217.7810.5950
Hex727C8D13C02Ddab32
Octal16217421523140553321362
Binary11100101111100100011011001111000101101110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C8D; }

 p { color: rgb(114,124,141); }

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

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

 a { background-color: rgb(114,124,141); }

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

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

 span { border-color: rgb(114,124,141); }

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