Html Css Color HEX #748091 Slate Grey

📋 copy color: '#748091'

red 116 ◦ green 128 ◦ blue 145

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

Shades of Slate Grey #748091

Tints of Slate Grey #748091

RGB

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

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

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

R = 29.82%
G = 32.9%
B = 37.28%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748091 (or 0x748091) is known color: Slate Grey. HEX triplet: 74, 80 and 91. RGB value is (116,128,145). Sum of RGB (Red+Green+Blue) = 116+128+145=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #748091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748091 is #8B7F6E. Grayscale: #7E7E7E. Windows color (decimal): -9142127 or 9535604. OLE color: 9535604.

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

Color convert

RGB 116 128 145 -
CMYK 0.2 0.12 0 0.43
HSL 215.17º 0.12% 0.51% -
HSV(B) 215.17º 0.2% 0.57% -
XYZ 20.03 21.2 29.82 -
YUV 126.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 116 128 145 0.2 0.12 0 0.43 215.17 0.12 0.51
Hex 74 80 91 14 C 0 2B D7 C 33
Octal 164 200 221 24 14 0 53 327 14 63
Binary 1110100 10000000 10010001 10100 1100 0 101011 11010111 1100 110011

Color Harmonies of #748091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748091

Black with #748091

Text Example


Text Example

White with #748091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748091; }

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

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

background-color css

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

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

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

border-color css

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

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

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