Html Css Color HEX #747780 Storm Grey

📋 copy color: '#747780'

red 116 ◦ green 119 ◦ blue 128

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

Shades of Storm Grey #747780

Tints of Storm Grey #747780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 31.96%
G = 32.78%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#747780 (or 0x747780) is known color: Storm Grey. HEX triplet: 74, 77 and 80. RGB value is (116,119,128). Sum of RGB (Red+Green+Blue) = 116+119+128=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #747780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747780 is #8B887F. Grayscale: #777777. Windows color (decimal): -9144448 or 8419188. OLE color: 8419188.

HSL color Cylindrical-coordinate representation of color #747780: hue angle of 225º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747780 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 119 128 -
CMYK 0.09 0.07 0 0.50
HSL 225º 0.05% 0.48% -
HSV(B) 225º 0.09% 0.5% -
XYZ 17.7 18.47 23.05 -
YUV 119.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 116 119 128 0.09 0.07 0 0.50 225 0.05 0.48
Hex 74 77 80 9 7 0 32 E1 5 30
Octal 164 167 200 11 7 0 62 341 5 60
Binary 1110100 1110111 10000000 1001 111 0 110010 11100001 101 110000

Color Harmonies of #747780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747780

Black with #747780

Text Example


Text Example

White with #747780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747780; }

 p { color: rgb(116,119,128); }

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

background-color css

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

 a { background-color: rgb(116,119,128); }

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

border-color css

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

 span { border-color: rgb(116,119,128); }

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