Html Css Color HEX #727F8B Slate Grey

📋 copy color: '#727F8B'

red 114 ◦ green 127 ◦ blue 139

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

Shades of Slate Grey #727F8B

Tints of Slate Grey #727F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 30%
G = 33.42%
B = 36.58%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#727F8B (or 0x727F8B) is known color: Slate Grey. HEX triplet: 72, 7F and 8B. RGB value is (114,127,139). Sum of RGB (Red+Green+Blue) = 114+127+139=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #727F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8B is #8D8074. Grayscale: #7C7C7C. Windows color (decimal): -9273461 or 9142130. OLE color: 9142130.

HSL color Cylindrical-coordinate representation of color #727F8B: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727F8B is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 127 139 -
CMYK 0.18 0.09 0 0.45
HSL 208.8º 0.1% 0.5% -
HSV(B) 208.8º 0.18% 0.55% -
XYZ 19.19 20.62 27.39 -
YUV 124.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 114 127 139 0.18 0.09 0 0.45 208.8 0.1 0.5
Hex 72 7F 8B 12 9 0 2D D1 A 32
Octal 162 177 213 22 11 0 55 321 12 62
Binary 1110010 1111111 10001011 10010 1001 0 101101 11010001 1010 110010

Color Harmonies of #727F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F8B

Black with #727F8B

Text Example


Text Example

White with #727F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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