#727F8C

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

Shades of Slate Grey #727F8C

Tints of Slate Grey #727F8C

Color information

#727F8C (or 0x727F8C) is unknown color: approx Slate Grey. HEX triplet: 72, 7F and 8C. RGB value is (114,127,140). Sum of RGB (Red+Green+Blue) = 114+127+140=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #727F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8C is #8D8073. Grayscale: #7C7C7C. Windows color (decimal): -9273460 or 9207666. OLE color: 9207666.

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

Color convert

RGB114127140-
CMYK0.190.0900.45
HSL210º10.24%49.8%-
HSV(B)210º18.57%54.9%-
XYZ19.2620.6527.78-
YUV124.6136.69120.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=29.92%
G=33.33%
B=36.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141271400.190.0900.4521010.2449.8
Hex727F8C13902Dd2a32
Octal16217721423110553221262
Binary11100101111111100011001001110010101101110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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