Html Css Color HEX #748191 Slate Grey

📋 copy color: '#748191'

red 116 ◦ green 129 ◦ blue 145

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

Shades of Slate Grey #748191

Tints of Slate Grey #748191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 29.74%
G = 33.08%
B = 37.18%

CMYK

 C value IS 0.2

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748191 (or 0x748191) is known color: Slate Grey. HEX triplet: 74, 81 and 91. RGB value is (116,129,145). Sum of RGB (Red+Green+Blue) = 116+129+145=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #748191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748191 is #8B7E6E. Grayscale: #7E7E7E. Windows color (decimal): -9141871 or 9535860. OLE color: 9535860.

HSL color Cylindrical-coordinate representation of color #748191: hue angle of 213.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748191 is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 129 145 -
CMYK 0.2 0.11 0 0.43
HSL 213.1º 0.12% 0.51% -
HSV(B) 213.1º 0.2% 0.57% -
XYZ 20.16 21.46 29.87 -
YUV 126.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 116 129 145 0.2 0.11 0 0.43 213.1 0.12 0.51
Hex 74 81 91 14 B 0 2B D5 C 33
Octal 164 201 221 24 13 0 53 325 14 63
Binary 1110100 10000001 10010001 10100 1011 0 101011 11010101 1100 110011

Color Harmonies of #748191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748191

Black with #748191

Text Example


Text Example

White with #748191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748191; }

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

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

background-color css

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

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

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

border-color css

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

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

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