#727E8C

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

Shades of Slate Grey #727E8C

Tints of Slate Grey #727E8C

Color information

#727E8C (or 0x727E8C) is unknown color: approx Slate Grey. HEX triplet: 72, 7E and 8C. RGB value is (114,126,140). Sum of RGB (Red+Green+Blue) = 114+126+140=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #727E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E8C is #8D8173. Grayscale: #7B7B7B. Windows color (decimal): -9273716 or 9207410. OLE color: 9207410.

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

Color convert

RGB114126140-
CMYK0.190.1000.45
HSL212.31º10.24%49.8%-
HSV(B)212.31º18.57%54.9%-
XYZ19.1320.3927.74-
YUV124.01137.02120.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=30%
G=33.16%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141261400.190.1000.45212.3110.2449.8
Hex727E8C13A02Dd4a32
Octal16217621423120553241262
Binary11100101111110100011001001110100101101110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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