#727E92

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

Shades of Slate Grey #727E92

Tints of Slate Grey #727E92

Color information

#727E92 (or 0x727E92) is unknown color: approx Slate Grey. HEX triplet: 72, 7E and 92. RGB value is (114,126,146). Sum of RGB (Red+Green+Blue) = 114+126+146=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #727E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E92 is #8D816D. Grayscale: #7C7C7C. Windows color (decimal): -9273710 or 9600626. OLE color: 9600626.

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

Color convert

RGB114126146-
CMYK0.220.1400.43
HSL217.5º12.8%50.98%-
HSV(B)217.5º21.92%57.25%-
XYZ19.5920.5730.13-
YUV124.69140.02120.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=29.53%
G=32.64%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141261460.220.1400.43217.512.850.98
Hex727E9216E02Bdad33
Octal16217622226160533321563
Binary11100101111110100100101011011100101011110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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