#727F92

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

Shades of Slate Grey #727F92

Tints of Slate Grey #727F92

Color information

#727F92 (or 0x727F92) is unknown color: approx Slate Grey. HEX triplet: 72, 7F and 92. RGB value is (114,127,146). Sum of RGB (Red+Green+Blue) = 114+127+146=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #727F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F92 is #8D806D. Grayscale: #7D7D7D. Windows color (decimal): -9273454 or 9600882. OLE color: 9600882.

HSL color Cylindrical-coordinate representation of color #727F92: hue angle of 215.62º 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 #727F92 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114127146-
CMYK0.220.1300.43
HSL215.62º12.8%50.98%-
HSV(B)215.62º21.92%57.25%-
XYZ19.7220.8330.18-
YUV125.28139.69119.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=29.46%
G=32.82%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141271460.220.1300.43215.6212.850.98
Hex727F9216D02Bd8d33
Octal16217722226150533301563
Binary11100101111111100100101011011010101011110110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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