Html Css Color HEX #727F8D Slate Grey

📋 copy color: '#727F8D'

red 114 ◦ green 127 ◦ blue 141

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

Shades of Slate Grey #727F8D

Tints of Slate Grey #727F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 29.84%
G = 33.25%
B = 36.91%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#727F8D (or 0x727F8D) is known color: Slate Grey. HEX triplet: 72, 7F and 8D. RGB value is (114,127,141). Sum of RGB (Red+Green+Blue) = 114+127+141=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #727F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8D is #8D8072. Grayscale: #7C7C7C. Windows color (decimal): -9273459 or 9273202. OLE color: 9273202.

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

Color convert

RGB 114 127 141 -
CMYK 0.19 0.10 0 0.45
HSL 211.11º 0.11% 0.5% -
HSV(B) 211.11º 0.19% 0.55% -
XYZ 19.34 20.68 28.17 -
YUV 124.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 114 127 141 0.19 0.10 0 0.45 211.11 0.11 0.5
Hex 72 7F 8D 13 A 0 2D D3 B 32
Octal 162 177 215 23 12 0 55 323 13 62
Binary 1110010 1111111 10001101 10011 1010 0 101101 11010011 1011 110010

Color Harmonies of #727F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F8D

Black with #727F8D

Text Example


Text Example

White with #727F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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