#727B85

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

Shades of Slate Grey #727B85

Tints of Slate Grey #727B85

Color information

#727B85 (or 0x727B85) is unknown color: approx Slate Grey. HEX triplet: 72, 7B and 85. RGB value is (114,123,133). Sum of RGB (Red+Green+Blue) = 114+123+133=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #727B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B85 is #8D847A. Grayscale: #797979. Windows color (decimal): -9274491 or 8747890. OLE color: 8747890.

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

Color convert

RGB114123133-
CMYK0.140.0800.48
HSL211.58º7.69%48.43%-
HSV(B)211.58º14.29%52.16%-
XYZ18.2619.4424.98-
YUV121.45134.52122.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=30.81%
G=33.24%
B=35.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141231330.140.0800.48211.587.6948.43
Hex727B85E8030d4830
Octal16217320516100603241060
Binary1110010111101110000101111010000110000110101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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