Html Css Color HEX #727D87 Slate Grey

📋 copy color: '#727D87'

red 114 ◦ green 125 ◦ blue 135

#727D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #727D87

Tints of Slate Grey #727D87

RGB

 RED value IS 114 (44.92% from 255) = 30.48%

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 30.48%
G = 33.42%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#727D87 (or 0x727D87) is known color: Slate Grey. HEX triplet: 72, 7D and 87. RGB value is (114,125,135). Sum of RGB (Red+Green+Blue) = 114+125+135=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 135 - color contains mainly: blue. Hex color #727D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D87 is #8D8278. Grayscale: #7A7A7A. Windows color (decimal): -9273977 or 8879474. OLE color: 8879474.

HSL color Cylindrical-coordinate representation of color #727D87: hue angle of 208.57º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727D87 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 125 135 -
CMYK 0.16 0.07 0 0.47
HSL 208.57º 0.08% 0.49% -
HSV(B) 208.57º 0.16% 0.53% -
XYZ 18.65 19.99 25.8 -
YUV 122.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 114 125 135 0.16 0.07 0 0.47 208.57 0.08 0.49
Hex 72 7D 87 10 7 0 2F D1 8 31
Octal 162 175 207 20 7 0 57 321 10 61
Binary 1110010 1111101 10000111 10000 111 0 101111 11010001 1000 110001

Color Harmonies of #727D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D87

Black with #727D87

Text Example


Text Example

White with #727D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,135); }

 H1.HeaderClassName
 {
   color: #727D87;
 }
 .AnyTagClassName
 {
   color: #727D87;
 }
</style>

background-color css

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

 a { background-color: rgb(114,125,135); }

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

border-color css

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

 span { border-color: rgb(114,125,135); }

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