Html Css Color HEX #728096 Slate Grey

📋 copy color: '#728096'

red 114 ◦ green 128 ◦ blue 150

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

Shades of Slate Grey #728096

Tints of Slate Grey #728096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 29.08%
G = 32.65%
B = 38.27%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#728096 (or 0x728096) is known color: Slate Grey. HEX triplet: 72, 80 and 96. RGB value is (114,128,150). Sum of RGB (Red+Green+Blue) = 114+128+150=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #728096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728096 is #8D7F69. Grayscale: #7E7E7E. Windows color (decimal): -9273194 or 9863282. OLE color: 9863282.

HSL color Cylindrical-coordinate representation of color #728096: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728096 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 128 150 -
CMYK 0.24 0.15 0 0.41
HSL 216.67º 0.15% 0.52% -
HSV(B) 216.67º 0.24% 0.59% -
XYZ 20.16 21.22 31.89 -
YUV 126.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 114 128 150 0.24 0.15 0 0.41 216.67 0.15 0.52
Hex 72 80 96 18 F 0 29 D9 F 34
Octal 162 200 226 30 17 0 51 331 17 64
Binary 1110010 10000000 10010110 11000 1111 0 101001 11011001 1111 110100

Color Harmonies of #728096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728096

Black with #728096

Text Example


Text Example

White with #728096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728096; }

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

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

background-color css

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

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

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

border-color css

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

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

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