Html Css Color HEX #727D92 Slate Grey

📋 copy color: '#727D92'

red 114 ◦ green 125 ◦ blue 146

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

Shades of Slate Grey #727D92

Tints of Slate Grey #727D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 29.61%
G = 32.47%
B = 37.92%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727D92 (or 0x727D92) is known color: Slate Grey. HEX triplet: 72, 7D and 92. RGB value is (114,125,146). Sum of RGB (Red+Green+Blue) = 114+125+146=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #727D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D92 is #8D826D. Grayscale: #7C7C7C. Windows color (decimal): -9273966 or 9600370. OLE color: 9600370.

HSL color Cylindrical-coordinate representation of color #727D92: hue angle of 219.38º 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 #727D92 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 125 146 -
CMYK 0.22 0.14 0 0.43
HSL 219.38º 0.13% 0.51% -
HSV(B) 219.38º 0.22% 0.57% -
XYZ 19.46 20.32 30.09 -
YUV 124.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 114 125 146 0.22 0.14 0 0.43 219.38 0.13 0.51
Hex 72 7D 92 16 E 0 2B DB D 33
Octal 162 175 222 26 16 0 53 333 15 63
Binary 1110010 1111101 10010010 10110 1110 0 101011 11011011 1101 110011

Color Harmonies of #727D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D92

Black with #727D92

Text Example


Text Example

White with #727D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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