Html Css Color HEX #737782 Storm Grey

📋 copy color: '#737782'

red 115 ◦ green 119 ◦ blue 130

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

Shades of Storm Grey #737782

Tints of Storm Grey #737782

RGB

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

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

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

R = 31.59%
G = 32.69%
B = 35.71%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737782 (or 0x737782) is known color: Storm Grey. HEX triplet: 73, 77 and 82. RGB value is (115,119,130). Sum of RGB (Red+Green+Blue) = 115+119+130=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #737782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737782 is #8C887D. Grayscale: #777777. Windows color (decimal): -9209982 or 8550259. OLE color: 8550259.

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

Color convert

RGB 115 119 130 -
CMYK 0.12 0.08 0 0.49
HSL 224º 0.06% 0.48% -
HSV(B) 224º 0.12% 0.51% -
XYZ 17.7 18.45 23.75 -
YUV 119.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 115 119 130 0.12 0.08 0 0.49 224 0.06 0.48
Hex 73 77 82 C 8 0 31 E0 6 30
Octal 163 167 202 14 10 0 61 340 6 60
Binary 1110011 1110111 10000010 1100 1000 0 110001 11100000 110 110000

Color Harmonies of #737782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737782

Black with #737782

Text Example


Text Example

White with #737782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737782; }

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

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

background-color css

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

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

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

border-color css

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

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

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