Html Css Color HEX #727E91 Slate Grey

📋 copy color: '#727E91'

red 114 ◦ green 126 ◦ blue 145

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

Shades of Slate Grey #727E91

Tints of Slate Grey #727E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 29.61%
G = 32.73%
B = 37.66%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727E91 (or 0x727E91) is known color: Slate Grey. HEX triplet: 72, 7E and 91. RGB value is (114,126,145). Sum of RGB (Red+Green+Blue) = 114+126+145=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #727E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E91 is #8D816E. Grayscale: #7C7C7C. Windows color (decimal): -9273711 or 9535090. OLE color: 9535090.

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

Color convert

RGB 114 126 145 -
CMYK 0.21 0.13 0 0.43
HSL 216.77º 0.12% 0.51% -
HSV(B) 216.77º 0.21% 0.57% -
XYZ 19.51 20.54 29.73 -
YUV 124.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 114 126 145 0.21 0.13 0 0.43 216.77 0.12 0.51
Hex 72 7E 91 15 D 0 2B D9 C 33
Octal 162 176 221 25 15 0 53 331 14 63
Binary 1110010 1111110 10010001 10101 1101 0 101011 11011001 1100 110011

Color Harmonies of #727E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E91

Black with #727E91

Text Example


Text Example

White with #727E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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