Html Css Color HEX #74828E Slate Grey

📋 copy color: '#74828E'

red 116 ◦ green 130 ◦ blue 142

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

Shades of Slate Grey #74828E

Tints of Slate Grey #74828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 29.9%
G = 33.51%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74828E (or 0x74828E) is known color: Slate Grey. HEX triplet: 74, 82 and 8E. RGB value is (116,130,142). Sum of RGB (Red+Green+Blue) = 116+130+142=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #74828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74828E is #8B7D71. Grayscale: #7F7F7F. Windows color (decimal): -9141618 or 9339508. OLE color: 9339508.

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

Color convert

RGB 116 130 142 -
CMYK 0.18 0.08 0 0.44
HSL 207.69º 0.1% 0.51% -
HSV(B) 207.69º 0.18% 0.56% -
XYZ 20.07 21.63 28.71 -
YUV 127.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 116 130 142 0.18 0.08 0 0.44 207.69 0.1 0.51
Hex 74 82 8E 12 8 0 2C D0 A 33
Octal 164 202 216 22 10 0 54 320 12 63
Binary 1110100 10000010 10001110 10010 1000 0 101100 11010000 1010 110011

Color Harmonies of #74828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74828E

Black with #74828E

Text Example


Text Example

White with #74828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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