Html Css Color HEX #74818A Slate Grey

📋 copy color: '#74818A'

red 116 ◦ green 129 ◦ blue 138

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

Shades of Slate Grey #74818A

Tints of Slate Grey #74818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 30.29%
G = 33.68%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74818A (or 0x74818A) is known color: Slate Grey. HEX triplet: 74, 81 and 8A. RGB value is (116,129,138). Sum of RGB (Red+Green+Blue) = 116+129+138=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #74818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818A is #8B7E75. Grayscale: #7E7E7E. Windows color (decimal): -9141878 or 9077108. OLE color: 9077108.

HSL color Cylindrical-coordinate representation of color #74818A: hue angle of 204.55º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74818A is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 129 138 -
CMYK 0.16 0.07 0 0.46
HSL 204.55º 0.09% 0.5% -
HSV(B) 204.55º 0.16% 0.54% -
XYZ 19.64 21.25 27.11 -
YUV 126.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 116 129 138 0.16 0.07 0 0.46 204.55 0.09 0.5
Hex 74 81 8A 10 7 0 2E CD 9 32
Octal 164 201 212 20 7 0 56 315 11 62
Binary 1110100 10000001 10001010 10000 111 0 101110 11001101 1001 110010

Color Harmonies of #74818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74818A

Black with #74818A

Text Example


Text Example

White with #74818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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