#727E8D

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

Shades of Slate Grey #727E8D

Tints of Slate Grey #727E8D

Color information

#727E8D (or 0x727E8D) is unknown color: approx Slate Grey. HEX triplet: 72, 7E and 8D. RGB value is (114,126,141). Sum of RGB (Red+Green+Blue) = 114+126+141=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #727E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E8D is #8D8172. Grayscale: #7C7C7C. Windows color (decimal): -9273715 or 9272946. OLE color: 9272946.

HSL color Cylindrical-coordinate representation of color #727E8D: hue angle of 213.33º 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 #727E8D is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114126141-
CMYK0.190.1100.45
HSL213.33º10.59%50%-
HSV(B)213.33º19.15%55.29%-
XYZ19.2120.4228.13-
YUV124.12137.52120.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=29.92%
G=33.07%
B=37.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141261410.190.1100.45213.3310.5950
Hex727E8D13B02Dd5b32
Octal16217621523130553251362
Binary11100101111110100011011001110110101101110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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