Html Css Color HEX #74818C Slate Grey

📋 copy color: '#74818C'

red 116 ◦ green 129 ◦ blue 140

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

Shades of Slate Grey #74818C

Tints of Slate Grey #74818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 30.13%
G = 33.51%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74818C (or 0x74818C) is known color: Slate Grey. HEX triplet: 74, 81 and 8C. RGB value is (116,129,140). Sum of RGB (Red+Green+Blue) = 116+129+140=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #74818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818C is #8B7E73. Grayscale: #7E7E7E. Windows color (decimal): -9141876 or 9208180. OLE color: 9208180.

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

Color convert

RGB 116 129 140 -
CMYK 0.17 0.08 0 0.45
HSL 207.5º 0.09% 0.5% -
HSV(B) 207.5º 0.17% 0.55% -
XYZ 19.79 21.31 27.88 -
YUV 126.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 116 129 140 0.17 0.08 0 0.45 207.5 0.09 0.5
Hex 74 81 8C 11 8 0 2D D0 9 32
Octal 164 201 214 21 10 0 55 320 11 62
Binary 1110100 10000001 10001100 10001 1000 0 101101 11010000 1001 110010

Color Harmonies of #74818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74818C

Black with #74818C

Text Example


Text Example

White with #74818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74818C; }

 p { color: rgb(116,129,140); }

 H1.HeaderClassName
 {
   color: #74818C;
 }
 .AnyTagClassName
 {
   color: #74818C;
 }
</style>

background-color css

<style>
 a { background-color: #74818C; }

 a { background-color: rgb(116,129,140); }

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

border-color css

<style>
 span { border-color: #74818C; }

 span { border-color: rgb(116,129,140); }

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