Html Css Color HEX #747C85 Slate Grey

📋 copy color: '#747C85'

red 116 ◦ green 124 ◦ blue 133

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

Shades of Slate Grey #747C85

Tints of Slate Grey #747C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 31.1%
G = 33.24%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747C85 (or 0x747C85) is known color: Slate Grey. HEX triplet: 74, 7C and 85. RGB value is (116,124,133). Sum of RGB (Red+Green+Blue) = 116+124+133=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #747C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C85 is #8B837A. Grayscale: #7A7A7A. Windows color (decimal): -9143163 or 8748148. OLE color: 8748148.

HSL color Cylindrical-coordinate representation of color #747C85: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747C85 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 124 133 -
CMYK 0.13 0.07 0 0.48
HSL 211.76º 0.07% 0.49% -
HSV(B) 211.76º 0.13% 0.52% -
XYZ 18.64 19.82 25.03 -
YUV 122.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 116 124 133 0.13 0.07 0 0.48 211.76 0.07 0.49
Hex 74 7C 85 D 7 0 30 D4 7 31
Octal 164 174 205 15 7 0 60 324 7 61
Binary 1110100 1111100 10000101 1101 111 0 110000 11010100 111 110001

Color Harmonies of #747C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C85

Black with #747C85

Text Example


Text Example

White with #747C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,133); }

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

background-color css

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

 a { background-color: rgb(116,124,133); }

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

border-color css

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

 span { border-color: rgb(116,124,133); }

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