Html Css Color HEX #737780 Storm Grey

📋 copy color: '#737780'

red 115 ◦ green 119 ◦ blue 128

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

Shades of Storm Grey #737780

Tints of Storm Grey #737780

RGB

 RED value IS 115 (45.31% from 255) = 31.77%

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

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

R = 31.77%
G = 32.87%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737780 (or 0x737780) is known color: Storm Grey. HEX triplet: 73, 77 and 80. RGB value is (115,119,128). Sum of RGB (Red+Green+Blue) = 115+119+128=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 119 (46.88% from 255 or 32.87% 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 #737780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737780 is #8C887F. Grayscale: #767676. Windows color (decimal): -9209984 or 8419187. OLE color: 8419187.

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

Color convert

RGB 115 119 128 -
CMYK 0.10 0.07 0 0.50
HSL 221.54º 0.05% 0.48% -
HSV(B) 221.54º 0.1% 0.5% -
XYZ 17.56 18.4 23.05 -
YUV 118.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 115 119 128 0.10 0.07 0 0.50 221.54 0.05 0.48
Hex 73 77 80 A 7 0 32 DE 5 30
Octal 163 167 200 12 7 0 62 336 5 60
Binary 1110011 1110111 10000000 1010 111 0 110010 11011110 101 110000

Color Harmonies of #737780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737780

Black with #737780

Text Example


Text Example

White with #737780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737780; }

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

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

background-color css

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

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

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

border-color css

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

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

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