Html Css Color HEX #747680 Storm Grey

📋 copy color: '#747680'

red 116 ◦ green 118 ◦ blue 128

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

Shades of Storm Grey #747680

Tints of Storm Grey #747680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 32.04%
G = 32.6%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#747680 (or 0x747680) is known color: Storm Grey. HEX triplet: 74, 76 and 80. RGB value is (116,118,128). Sum of RGB (Red+Green+Blue) = 116+118+128=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 128 - color contains mainly: blue. Hex color #747680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747680 is #8B897F. Grayscale: #767676. Windows color (decimal): -9144704 or 8418932. OLE color: 8418932.

HSL color Cylindrical-coordinate representation of color #747680: hue angle of 230º 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 #747680 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 118 128 -
CMYK 0.09 0.08 0 0.50
HSL 230º 0.05% 0.48% -
HSV(B) 230º 0.09% 0.5% -
XYZ 17.58 18.23 23.01 -
YUV 118.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 116 118 128 0.09 0.08 0 0.50 230 0.05 0.48
Hex 74 76 80 9 8 0 32 E6 5 30
Octal 164 166 200 11 10 0 62 346 5 60
Binary 1110100 1110110 10000000 1001 1000 0 110010 11100110 101 110000

Color Harmonies of #747680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747680

Black with #747680

Text Example


Text Example

White with #747680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747680; }

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

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

background-color css

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

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

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

border-color css

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

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

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