Html Css Color HEX #747982 Storm Grey

📋 copy color: '#747982'

red 116 ◦ green 121 ◦ blue 130

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

Shades of Storm Grey #747982

Tints of Storm Grey #747982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 31.61%
G = 32.97%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747982 (or 0x747982) is known color: Storm Grey. HEX triplet: 74, 79 and 82. RGB value is (116,121,130). Sum of RGB (Red+Green+Blue) = 116+121+130=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #747982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747982 is #8B867D. Grayscale: #787878. Windows color (decimal): -9143934 or 8550772. OLE color: 8550772.

HSL color Cylindrical-coordinate representation of color #747982: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747982 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 121 130 -
CMYK 0.11 0.07 0 0.49
HSL 218.57º 0.06% 0.48% -
HSV(B) 218.57º 0.11% 0.51% -
XYZ 18.07 19 23.83 -
YUV 120.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 116 121 130 0.11 0.07 0 0.49 218.57 0.06 0.48
Hex 74 79 82 B 7 0 31 DB 6 30
Octal 164 171 202 13 7 0 61 333 6 60
Binary 1110100 1111001 10000010 1011 111 0 110001 11011011 110 110000

Color Harmonies of #747982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747982

Black with #747982

Text Example


Text Example

White with #747982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747982; }

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

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

background-color css

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

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

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

border-color css

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

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

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