Html Css Color HEX #74808D Slate Grey

📋 copy color: '#74808D'

red 116 ◦ green 128 ◦ blue 141

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

Shades of Slate Grey #74808D

Tints of Slate Grey #74808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 30.13%
G = 33.25%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74808D (or 0x74808D) is known color: Slate Grey. HEX triplet: 74, 80 and 8D. RGB value is (116,128,141). Sum of RGB (Red+Green+Blue) = 116+128+141=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #74808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808D is #8B7F72. Grayscale: #7D7D7D. Windows color (decimal): -9142131 or 9273460. OLE color: 9273460.

HSL color Cylindrical-coordinate representation of color #74808D: hue angle of 211.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74808D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 128 141 -
CMYK 0.18 0.09 0 0.45
HSL 211.2º 0.1% 0.5% -
HSV(B) 211.2º 0.18% 0.55% -
XYZ 19.73 21.07 28.23 -
YUV 125.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 116 128 141 0.18 0.09 0 0.45 211.2 0.1 0.5
Hex 74 80 8D 12 9 0 2D D3 A 32
Octal 164 200 215 22 11 0 55 323 12 62
Binary 1110100 10000000 10001101 10010 1001 0 101101 11010011 1010 110010

Color Harmonies of #74808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74808D

Black with #74808D

Text Example


Text Example

White with #74808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74808D; }

 p { color: rgb(116,128,141); }

 H1.HeaderClassName
 {
   color: #74808D;
 }
 .AnyTagClassName
 {
   color: #74808D;
 }
</style>

background-color css

<style>
 a { background-color: #74808D; }

 a { background-color: rgb(116,128,141); }

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

border-color css

<style>
 span { border-color: #74808D; }

 span { border-color: rgb(116,128,141); }

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