Html Css Color HEX #748192 Slate Grey

📋 copy color: '#748192'

red 116 ◦ green 129 ◦ blue 146

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

Shades of Slate Grey #748192

Tints of Slate Grey #748192

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

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

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

R = 29.67%
G = 32.99%
B = 37.34%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748192 (or 0x748192) is known color: Slate Grey. HEX triplet: 74, 81 and 92. RGB value is (116,129,146). Sum of RGB (Red+Green+Blue) = 116+129+146=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #748192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748192 is #8B7E6D. Grayscale: #7E7E7E. Windows color (decimal): -9141870 or 9601396. OLE color: 9601396.

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

Color convert

RGB 116 129 146 -
CMYK 0.21 0.12 0 0.43
HSL 214º 0.12% 0.51% -
HSV(B) 214º 0.21% 0.57% -
XYZ 20.24 21.49 30.28 -
YUV 127.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 116 129 146 0.21 0.12 0 0.43 214 0.12 0.51
Hex 74 81 92 15 C 0 2B D6 C 33
Octal 164 201 222 25 14 0 53 326 14 63
Binary 1110100 10000001 10010010 10101 1100 0 101011 11010110 1100 110011

Color Harmonies of #748192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748192

Black with #748192

Text Example


Text Example

White with #748192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748192; }

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

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

background-color css

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

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

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

border-color css

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

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

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