Html Css Color HEX #727F8C Slate Grey

📋 copy color: '#727F8C'

red 114 ◦ green 127 ◦ blue 140

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

Shades of Slate Grey #727F8C

Tints of Slate Grey #727F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 29.92%
G = 33.33%
B = 36.75%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#727F8C (or 0x727F8C) is known color: Slate Grey. HEX triplet: 72, 7F and 8C. RGB value is (114,127,140). Sum of RGB (Red+Green+Blue) = 114+127+140=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #727F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8C is #8D8073. Grayscale: #7C7C7C. Windows color (decimal): -9273460 or 9207666. OLE color: 9207666.

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

Color convert

RGB 114 127 140 -
CMYK 0.19 0.09 0 0.45
HSL 210º 0.1% 0.5% -
HSV(B) 210º 0.19% 0.55% -
XYZ 19.26 20.65 27.78 -
YUV 124.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 114 127 140 0.19 0.09 0 0.45 210 0.1 0.5
Hex 72 7F 8C 13 9 0 2D D2 A 32
Octal 162 177 214 23 11 0 55 322 12 62
Binary 1110010 1111111 10001100 10011 1001 0 101101 11010010 1010 110010

Color Harmonies of #727F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F8C

Black with #727F8C

Text Example


Text Example

White with #727F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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