Html Css Color HEX #74818E Slate Grey

📋 copy color: '#74818E'

red 116 ◦ green 129 ◦ blue 142

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

Shades of Slate Grey #74818E

Tints of Slate Grey #74818E

RGB

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

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

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

R = 29.97%
G = 33.33%
B = 36.69%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74818E (or 0x74818E) is known color: Slate Grey. HEX triplet: 74, 81 and 8E. RGB value is (116,129,142). Sum of RGB (Red+Green+Blue) = 116+129+142=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: blue. Hex color #74818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818E is #8B7E71. Grayscale: #7E7E7E. Windows color (decimal): -9141874 or 9339252. OLE color: 9339252.

HSL color Cylindrical-coordinate representation of color #74818E: hue angle of 210º 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 #74818E is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 129 142 -
CMYK 0.18 0.09 0 0.44
HSL 210º 0.1% 0.51% -
HSV(B) 210º 0.18% 0.56% -
XYZ 19.94 21.37 28.66 -
YUV 126.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 116 129 142 0.18 0.09 0 0.44 210 0.1 0.51
Hex 74 81 8E 12 9 0 2C D2 A 33
Octal 164 201 216 22 11 0 54 322 12 63
Binary 1110100 10000001 10001110 10010 1001 0 101100 11010010 1010 110011

Color Harmonies of #74818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74818E

Black with #74818E

Text Example


Text Example

White with #74818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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