Html Css Color HEX #728092 Slate Grey

📋 copy color: '#728092'

red 114 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #728092

Tints of Slate Grey #728092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 29.38%
G = 32.99%
B = 37.63%

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

#728092 (or 0x728092) is known color: Slate Grey. HEX triplet: 72, 80 and 92. RGB value is (114,128,146). Sum of RGB (Red+Green+Blue) = 114+128+146=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #728092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728092 is #8D7F6D. Grayscale: #7D7D7D. Windows color (decimal): -9273198 or 9601138. OLE color: 9601138.

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

Color convert

RGB 114 128 146 -
CMYK 0.22 0.12 0 0.43
HSL 213.75º 0.13% 0.51% -
HSV(B) 213.75º 0.22% 0.57% -
XYZ 19.85 21.09 30.22 -
YUV 125.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 114 128 146 0.22 0.12 0 0.43 213.75 0.13 0.51
Hex 72 80 92 16 C 0 2B D6 D 33
Octal 162 200 222 26 14 0 53 326 15 63
Binary 1110010 10000000 10010010 10110 1100 0 101011 11010110 1101 110011

Color Harmonies of #728092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728092

Black with #728092

Text Example


Text Example

White with #728092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728092; }

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

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

background-color css

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

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

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

border-color css

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

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

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