Html Css Color HEX #74798D Storm Grey

📋 copy color: '#74798D'

red 116 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #74798D

Tints of Storm Grey #74798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 30.69%
G = 32.01%
B = 37.3%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74798D (or 0x74798D) is known color: Storm Grey. HEX triplet: 74, 79 and 8D. RGB value is (116,121,141). Sum of RGB (Red+Green+Blue) = 116+121+141=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #74798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74798D is #8B8672. Grayscale: #797979. Windows color (decimal): -9143923 or 9271668. OLE color: 9271668.

HSL color Cylindrical-coordinate representation of color #74798D: hue angle of 228º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74798D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 121 141 -
CMYK 0.18 0.14 0 0.45
HSL 228º 0.1% 0.5% -
HSV(B) 228º 0.18% 0.55% -
XYZ 18.85 19.31 27.93 -
YUV 121.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 116 121 141 0.18 0.14 0 0.45 228 0.1 0.5
Hex 74 79 8D 12 E 0 2D E4 A 32
Octal 164 171 215 22 16 0 55 344 12 62
Binary 1110100 1111001 10001101 10010 1110 0 101101 11100100 1010 110010

Color Harmonies of #74798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74798D

Black with #74798D

Text Example


Text Example

White with #74798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74798D; }

 p { color: rgb(116,121,141); }

 H1.HeaderClassName
 {
   color: #74798D;
 }
 .AnyTagClassName
 {
   color: #74798D;
 }
</style>

background-color css

<style>
 a { background-color: #74798D; }

 a { background-color: rgb(116,121,141); }

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

border-color css

<style>
 span { border-color: #74798D; }

 span { border-color: rgb(116,121,141); }

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