Html Css Color HEX #727C99 Slate Grey

📋 copy color: '#727C99'

red 114 ◦ green 124 ◦ blue 153

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

Shades of Slate Grey #727C99

Tints of Slate Grey #727C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 29.16%
G = 31.71%
B = 39.13%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#727C99 (or 0x727C99) is known color: Slate Grey. HEX triplet: 72, 7C and 99. RGB value is (114,124,153). Sum of RGB (Red+Green+Blue) = 114+124+153=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #727C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C99 is #8D8366. Grayscale: #7C7C7C. Windows color (decimal): -9274215 or 10058866. OLE color: 10058866.

HSL color Cylindrical-coordinate representation of color #727C99: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727C99 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 124 153 -
CMYK 0.25 0.19 0 0.4
HSL 224.62º 0.16% 0.52% -
HSV(B) 224.62º 0.25% 0.6% -
XYZ 19.9 20.29 33.01 -
YUV 124.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 114 124 153 0.25 0.19 0 0.4 224.62 0.16 0.52
Hex 72 7C 99 19 13 0 28 E1 10 34
Octal 162 174 231 31 23 0 50 341 20 64
Binary 1110010 1111100 10011001 11001 10011 0 101000 11100001 10000 110100

Color Harmonies of #727C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C99

Black with #727C99

Text Example


Text Example

White with #727C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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