Html Css Color HEX #737880 Storm Grey

📋 copy color: '#737880'

red 115 ◦ green 120 ◦ blue 128

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

Shades of Storm Grey #737880

Tints of Storm Grey #737880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 31.68%
G = 33.06%
B = 35.26%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737880 (or 0x737880) is known color: Storm Grey. HEX triplet: 73, 78 and 80. RGB value is (115,120,128). Sum of RGB (Red+Green+Blue) = 115+120+128=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 120 (47.27% from 255 or 33.06% 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 #737880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737880 is #8C877F. Grayscale: #777777. Windows color (decimal): -9209728 or 8419443. OLE color: 8419443.

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

Color convert

RGB 115 120 128 -
CMYK 0.10 0.06 0 0.50
HSL 216.92º 0.05% 0.48% -
HSV(B) 216.92º 0.1% 0.5% -
XYZ 17.68 18.64 23.09 -
YUV 119.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 115 120 128 0.10 0.06 0 0.50 216.92 0.05 0.48
Hex 73 78 80 A 6 0 32 D9 5 30
Octal 163 170 200 12 6 0 62 331 5 60
Binary 1110011 1111000 10000000 1010 110 0 110010 11011001 101 110000

Color Harmonies of #737880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737880

Black with #737880

Text Example


Text Example

White with #737880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737880; }

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

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

background-color css

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

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

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

border-color css

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

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

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