Html Css Color HEX #728492 Slate Grey

📋 copy color: '#728492'

red 114 ◦ green 132 ◦ blue 146

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

Shades of Slate Grey #728492

Tints of Slate Grey #728492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 29.08%
G = 33.67%
B = 37.24%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728492 (or 0x728492) is known color: Slate Grey. HEX triplet: 72, 84 and 92. RGB value is (114,132,146). Sum of RGB (Red+Green+Blue) = 114+132+146=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #728492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728492 is #8D7B6D. Grayscale: #808080. Windows color (decimal): -9272174 or 9602162. OLE color: 9602162.

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

Color convert

RGB 114 132 146 -
CMYK 0.22 0.10 0 0.43
HSL 206.25º 0.13% 0.51% -
HSV(B) 206.25º 0.22% 0.57% -
XYZ 20.38 22.16 30.4 -
YUV 128.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 114 132 146 0.22 0.10 0 0.43 206.25 0.13 0.51
Hex 72 84 92 16 A 0 2B CE D 33
Octal 162 204 222 26 12 0 53 316 15 63
Binary 1110010 10000100 10010010 10110 1010 0 101011 11001110 1101 110011

Color Harmonies of #728492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728492

Black with #728492

Text Example


Text Example

White with #728492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728492; }

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

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

background-color css

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

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

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

border-color css

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

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

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