Html Css Color HEX #747F90 Slate Grey

📋 copy color: '#747F90'

red 116 ◦ green 127 ◦ blue 144

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

Shades of Slate Grey #747F90

Tints of Slate Grey #747F90

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 29.97%
G = 32.82%
B = 37.21%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747F90 (or 0x747F90) is known color: Slate Grey. HEX triplet: 74, 7F and 90. RGB value is (116,127,144). Sum of RGB (Red+Green+Blue) = 116+127+144=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #747F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F90 is #8B806F. Grayscale: #7D7D7D. Windows color (decimal): -9142384 or 9469812. OLE color: 9469812.

HSL color Cylindrical-coordinate representation of color #747F90: hue angle of 216.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747F90 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 127 144 -
CMYK 0.19 0.12 0 0.44
HSL 216.43º 0.11% 0.51% -
HSV(B) 216.43º 0.19% 0.56% -
XYZ 19.83 20.91 29.38 -
YUV 125.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 116 127 144 0.19 0.12 0 0.44 216.43 0.11 0.51
Hex 74 7F 90 13 C 0 2C D8 B 33
Octal 164 177 220 23 14 0 54 330 13 63
Binary 1110100 1111111 10010000 10011 1100 0 101100 11011000 1011 110011

Color Harmonies of #747F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F90

Black with #747F90

Text Example


Text Example

White with #747F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,144); }

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

background-color css

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

 a { background-color: rgb(116,127,144); }

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

border-color css

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

 span { border-color: rgb(116,127,144); }

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