Html Css Color HEX #74838E Slate Grey

📋 copy color: '#74838E'

red 116 ◦ green 131 ◦ blue 142

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

Shades of Slate Grey #74838E

Tints of Slate Grey #74838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 29.82%
G = 33.68%
B = 36.5%

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

#74838E (or 0x74838E) is known color: Slate Grey. HEX triplet: 74, 83 and 8E. RGB value is (116,131,142). Sum of RGB (Red+Green+Blue) = 116+131+142=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #74838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74838E is #8B7C71. Grayscale: #7F7F7F. Windows color (decimal): -9141362 or 9339764. OLE color: 9339764.

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

Color convert

RGB 116 131 142 -
CMYK 0.18 0.08 0 0.44
HSL 205.38º 0.1% 0.51% -
HSV(B) 205.38º 0.18% 0.56% -
XYZ 20.2 21.9 28.75 -
YUV 127.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 116 131 142 0.18 0.08 0 0.44 205.38 0.1 0.51
Hex 74 83 8E 12 8 0 2C CD A 33
Octal 164 203 216 22 10 0 54 315 12 63
Binary 1110100 10000011 10001110 10010 1000 0 101100 11001101 1010 110011

Color Harmonies of #74838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74838E

Black with #74838E

Text Example


Text Example

White with #74838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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