Html Css Color HEX #777784 Storm Grey

📋 copy color: '#777784'

red 119 ◦ green 119 ◦ blue 132

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

Shades of Storm Grey #777784

Tints of Storm Grey #777784

RGB

 RED value IS 119 (46.88% from 255) = 32.16%

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 32.16%
G = 32.16%
B = 35.68%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777784 (or 0x777784) is known color: Storm Grey. HEX triplet: 77, 77 and 84. RGB value is (119,119,132). Sum of RGB (Red+Green+Blue) = 119+119+132=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #777784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777784 is #88887B. Grayscale: #787878. Windows color (decimal): -8947836 or 8681335. OLE color: 8681335.

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

Color convert

RGB 119 119 132 -
CMYK 0.10 0.10 0 0.48
HSL 240º 0.05% 0.49% -
HSV(B) 240º 0.1% 0.52% -
XYZ 18.37 18.78 24.49 -
YUV 120.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 119 119 132 0.10 0.10 0 0.48 240 0.05 0.49
Hex 77 77 84 A A 0 30 F0 5 31
Octal 167 167 204 12 12 0 60 360 5 61
Binary 1110111 1110111 10000100 1010 1010 0 110000 11110000 101 110001

Color Harmonies of #777784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777784

Black with #777784

Text Example


Text Example

White with #777784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777784; }

 p { color: rgb(119,119,132); }

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

background-color css

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

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

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

border-color css

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

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

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