Html Css Color HEX #728192 Slate Grey

📋 copy color: '#728192'

red 114 ◦ green 129 ◦ blue 146

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

Shades of Slate Grey #728192

Tints of Slate Grey #728192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 29.31%
G = 33.16%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728192 (or 0x728192) is known color: Slate Grey. HEX triplet: 72, 81 and 92. RGB value is (114,129,146). Sum of RGB (Red+Green+Blue) = 114+129+146=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #728192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728192 is #8D7E6D. Grayscale: #7E7E7E. Windows color (decimal): -9272942 or 9601394. OLE color: 9601394.

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

Color convert

RGB 114 129 146 -
CMYK 0.22 0.12 0 0.43
HSL 211.88º 0.13% 0.51% -
HSV(B) 211.88º 0.22% 0.57% -
XYZ 19.98 21.35 30.26 -
YUV 126.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 114 129 146 0.22 0.12 0 0.43 211.88 0.13 0.51
Hex 72 81 92 16 C 0 2B D4 D 33
Octal 162 201 222 26 14 0 53 324 15 63
Binary 1110010 10000001 10010010 10110 1100 0 101011 11010100 1101 110011

Color Harmonies of #728192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728192

Black with #728192

Text Example


Text Example

White with #728192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728192; }

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

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

background-color css

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

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

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

border-color css

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

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

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