Html Css Color HEX #747D91 Slate Grey

📋 copy color: '#747D91'

red 116 ◦ green 125 ◦ blue 145

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

Shades of Slate Grey #747D91

Tints of Slate Grey #747D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 30.05%
G = 32.38%
B = 37.56%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747D91 (or 0x747D91) is known color: Slate Grey. HEX triplet: 74, 7D and 91. RGB value is (116,125,145). Sum of RGB (Red+Green+Blue) = 116+125+145=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #747D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D91 is #8B826E. Grayscale: #7C7C7C. Windows color (decimal): -9142895 or 9534836. OLE color: 9534836.

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

Color convert

RGB 116 125 145 -
CMYK 0.2 0.14 0 0.43
HSL 221.38º 0.12% 0.51% -
HSV(B) 221.38º 0.2% 0.57% -
XYZ 19.65 20.42 29.69 -
YUV 124.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 116 125 145 0.2 0.14 0 0.43 221.38 0.12 0.51
Hex 74 7D 91 14 E 0 2B DD C 33
Octal 164 175 221 24 16 0 53 335 14 63
Binary 1110100 1111101 10010001 10100 1110 0 101011 11011101 1100 110011

Color Harmonies of #747D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D91

Black with #747D91

Text Example


Text Example

White with #747D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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