#727B84

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

Shades of Slate Grey #727B84

Tints of Slate Grey #727B84

Color information

#727B84 (or 0x727B84) is unknown color: approx Slate Grey. HEX triplet: 72, 7B and 84. RGB value is (114,123,132). Sum of RGB (Red+Green+Blue) = 114+123+132=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #727B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B84 is #8D847B. Grayscale: #797979. Windows color (decimal): -9274492 or 8682354. OLE color: 8682354.

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

Color convert

RGB114123132-
CMYK0.140.0700.48
HSL210º7.32%48.24%-
HSV(B)210º13.64%51.76%-
XYZ18.1919.4124.62-
YUV121.34134.02122.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=30.89%
G=33.33%
B=35.77%

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
Decimal1141231320.140.0700.482107.3248.24
Hex727B84E7030d2730
Octal162173204167060322760
Binary11100101111011100001001110111011000011010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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