Html Css Color HEX #74818B Slate Grey

📋 copy color: '#74818B'

red 116 ◦ green 129 ◦ blue 139

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

Shades of Slate Grey #74818B

Tints of Slate Grey #74818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 30.21%
G = 33.59%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74818B (or 0x74818B) is known color: Slate Grey. HEX triplet: 74, 81 and 8B. RGB value is (116,129,139). Sum of RGB (Red+Green+Blue) = 116+129+139=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #74818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818B is #8B7E74. Grayscale: #7E7E7E. Windows color (decimal): -9141877 or 9142644. OLE color: 9142644.

HSL color Cylindrical-coordinate representation of color #74818B: hue angle of 206.09º 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 #74818B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 129 139 -
CMYK 0.17 0.07 0 0.45
HSL 206.09º 0.09% 0.5% -
HSV(B) 206.09º 0.17% 0.55% -
XYZ 19.71 21.28 27.49 -
YUV 126.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 116 129 139 0.17 0.07 0 0.45 206.09 0.09 0.5
Hex 74 81 8B 11 7 0 2D CE 9 32
Octal 164 201 213 21 7 0 55 316 11 62
Binary 1110100 10000001 10001011 10001 111 0 101101 11001110 1001 110010

Color Harmonies of #74818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74818B

Black with #74818B

Text Example


Text Example

White with #74818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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