Html Css Color HEX #74808A Slate Grey

📋 copy color: '#74808A'

red 116 ◦ green 128 ◦ blue 138

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

Shades of Slate Grey #74808A

Tints of Slate Grey #74808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 30.37%
G = 33.51%
B = 36.13%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74808A (or 0x74808A) is known color: Slate Grey. HEX triplet: 74, 80 and 8A. RGB value is (116,128,138). Sum of RGB (Red+Green+Blue) = 116+128+138=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #74808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808A is #8B7F75. Grayscale: #7D7D7D. Windows color (decimal): -9142134 or 9076852. OLE color: 9076852.

HSL color Cylindrical-coordinate representation of color #74808A: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74808A is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 128 138 -
CMYK 0.16 0.07 0 0.46
HSL 207.27º 0.09% 0.5% -
HSV(B) 207.27º 0.16% 0.54% -
XYZ 19.51 20.99 27.07 -
YUV 125.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 116 128 138 0.16 0.07 0 0.46 207.27 0.09 0.5
Hex 74 80 8A 10 7 0 2E CF 9 32
Octal 164 200 212 20 7 0 56 317 11 62
Binary 1110100 10000000 10001010 10000 111 0 101110 11001111 1001 110010

Color Harmonies of #74808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74808A

Black with #74808A

Text Example


Text Example

White with #74808A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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