Html Css Color HEX #727E8C Slate Grey

📋 copy color: '#727E8C'

red 114 ◦ green 126 ◦ blue 140

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

Shades of Slate Grey #727E8C

Tints of Slate Grey #727E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

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

R = 30%
G = 33.16%
B = 36.84%

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

#727E8C (or 0x727E8C) is known color: Slate Grey. HEX triplet: 72, 7E and 8C. RGB value is (114,126,140). Sum of RGB (Red+Green+Blue) = 114+126+140=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #727E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E8C is #8D8173. Grayscale: #7B7B7B. Windows color (decimal): -9273716 or 9207410. OLE color: 9207410.

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

Color convert

RGB 114 126 140 -
CMYK 0.19 0.10 0 0.45
HSL 212.31º 0.1% 0.5% -
HSV(B) 212.31º 0.19% 0.55% -
XYZ 19.13 20.39 27.74 -
YUV 124.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 114 126 140 0.19 0.10 0 0.45 212.31 0.1 0.5
Hex 72 7E 8C 13 A 0 2D D4 A 32
Octal 162 176 214 23 12 0 55 324 12 62
Binary 1110010 1111110 10001100 10011 1010 0 101101 11010100 1010 110010

Color Harmonies of #727E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E8C

Black with #727E8C

Text Example


Text Example

White with #727E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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