Html Css Color HEX #727C92 Slate Grey

📋 copy color: '#727C92'

red 114 ◦ green 124 ◦ blue 146

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

Shades of Slate Grey #727C92

Tints of Slate Grey #727C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 29.69%
G = 32.29%
B = 38.02%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727C92 (or 0x727C92) is known color: Slate Grey. HEX triplet: 72, 7C and 92. RGB value is (114,124,146). Sum of RGB (Red+Green+Blue) = 114+124+146=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #727C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C92 is #8D836D. Grayscale: #7B7B7B. Windows color (decimal): -9274222 or 9600114. OLE color: 9600114.

HSL color Cylindrical-coordinate representation of color #727C92: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727C92 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 124 146 -
CMYK 0.22 0.15 0 0.43
HSL 221.25º 0.13% 0.51% -
HSV(B) 221.25º 0.22% 0.57% -
XYZ 19.34 20.07 30.05 -
YUV 123.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 114 124 146 0.22 0.15 0 0.43 221.25 0.13 0.51
Hex 72 7C 92 16 F 0 2B DD D 33
Octal 162 174 222 26 17 0 53 335 15 63
Binary 1110010 1111100 10010010 10110 1111 0 101011 11011101 1101 110011

Color Harmonies of #727C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C92

Black with #727C92

Text Example


Text Example

White with #727C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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