Html Css Color HEX #74848E Slate Grey

📋 copy color: '#74848E'

red 116 ◦ green 132 ◦ blue 142

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

Shades of Slate Grey #74848E

Tints of Slate Grey #74848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 29.74%
G = 33.85%
B = 36.41%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74848E (or 0x74848E) is known color: Slate Grey. HEX triplet: 74, 84 and 8E. RGB value is (116,132,142). Sum of RGB (Red+Green+Blue) = 116+132+142=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #74848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74848E is #8B7B71. Grayscale: #808080. Windows color (decimal): -9141106 or 9340020. OLE color: 9340020.

HSL color Cylindrical-coordinate representation of color #74848E: hue angle of 203.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74848E is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 132 142 -
CMYK 0.18 0.07 0 0.44
HSL 203.08º 0.1% 0.51% -
HSV(B) 203.08º 0.18% 0.56% -
XYZ 20.34 22.17 28.8 -
YUV 128.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 116 132 142 0.18 0.07 0 0.44 203.08 0.1 0.51
Hex 74 84 8E 12 7 0 2C CB A 33
Octal 164 204 216 22 7 0 54 313 12 63
Binary 1110100 10000100 10001110 10010 111 0 101100 11001011 1010 110011

Color Harmonies of #74848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74848E

Black with #74848E

Text Example


Text Example

White with #74848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74848E; }

 p { color: rgb(116,132,142); }

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

background-color css

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

 a { background-color: rgb(116,132,142); }

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

border-color css

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

 span { border-color: rgb(116,132,142); }

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