#727C85

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

Shades of Slate Grey #727C85

Tints of Slate Grey #727C85

Color information

#727C85 (or 0x727C85) is unknown color: approx Slate Grey. HEX triplet: 72, 7C and 85. RGB value is (114,124,133). Sum of RGB (Red+Green+Blue) = 114+124+133=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #727C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C85 is #8D837A. Grayscale: #797979. Windows color (decimal): -9274235 or 8748146. OLE color: 8748146.

HSL color Cylindrical-coordinate representation of color #727C85: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727C85 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114124133-
CMYK0.140.0700.48
HSL208.42º7.69%48.43%-
HSV(B)208.42º14.29%52.16%-
XYZ18.3819.6925.02-
YUV122.04134.19122.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=30.73%
G=33.42%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141241330.140.0700.48208.427.6948.43
Hex727C85E7030d0830
Octal1621742051670603201060
Binary111001011111001000010111101110110000110100001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,133); }

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

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

 a { background-color: rgb(114,124,133); }

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

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

 span { border-color: rgb(114,124,133); }

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