Html Css Color HEX #727C8D Slate Grey

📋 copy color: '#727C8D'

red 114 ◦ green 124 ◦ blue 141

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

Shades of Slate Grey #727C8D

Tints of Slate Grey #727C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

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

R = 30.08%
G = 32.72%
B = 37.2%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#727C8D (or 0x727C8D) is known color: Slate Grey. HEX triplet: 72, 7C and 8D. RGB value is (114,124,141). Sum of RGB (Red+Green+Blue) = 114+124+141=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #727C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C8D is #8D8372. Grayscale: #7A7A7A. Windows color (decimal): -9274227 or 9272434. OLE color: 9272434.

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

Color convert

RGB 114 124 141 -
CMYK 0.19 0.12 0 0.45
HSL 217.78º 0.11% 0.5% -
HSV(B) 217.78º 0.19% 0.55% -
XYZ 18.95 19.92 28.04 -
YUV 122.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 114 124 141 0.19 0.12 0 0.45 217.78 0.11 0.5
Hex 72 7C 8D 13 C 0 2D DA B 32
Octal 162 174 215 23 14 0 55 332 13 62
Binary 1110010 1111100 10001101 10011 1100 0 101101 11011010 1011 110010

Color Harmonies of #727C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C8D

Black with #727C8D

Text Example


Text Example

White with #727C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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