Html Css Color HEX #747D85 Slate Grey

📋 copy color: '#747D85'

red 116 ◦ green 125 ◦ blue 133

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

Shades of Slate Grey #747D85

Tints of Slate Grey #747D85

RGB

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

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

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

R = 31.02%
G = 33.42%
B = 35.56%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747D85 (or 0x747D85) is known color: Slate Grey. HEX triplet: 74, 7D and 85. RGB value is (116,125,133). Sum of RGB (Red+Green+Blue) = 116+125+133=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #747D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D85 is #8B827A. Grayscale: #7B7B7B. Windows color (decimal): -9142907 or 8748404. OLE color: 8748404.

HSL color Cylindrical-coordinate representation of color #747D85: hue angle of 208.24º 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 #747D85 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 125 133 -
CMYK 0.13 0.06 0 0.48
HSL 208.24º 0.07% 0.49% -
HSV(B) 208.24º 0.13% 0.52% -
XYZ 18.77 20.07 25.08 -
YUV 123.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 116 125 133 0.13 0.06 0 0.48 208.24 0.07 0.49
Hex 74 7D 85 D 6 0 30 D0 7 31
Octal 164 175 205 15 6 0 60 320 7 61
Binary 1110100 1111101 10000101 1101 110 0 110000 11010000 111 110001

Color Harmonies of #747D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D85

Black with #747D85

Text Example


Text Example

White with #747D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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