Html Css Color HEX #777886 Storm Grey

📋 copy color: '#777886'

red 119 ◦ green 120 ◦ blue 134

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

Shades of Storm Grey #777886

Tints of Storm Grey #777886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 31.9%
G = 32.17%
B = 35.92%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777886 (or 0x777886) is known color: Storm Grey. HEX triplet: 77, 78 and 86. RGB value is (119,120,134). Sum of RGB (Red+Green+Blue) = 119+120+134=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #777886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777886 is #888779. Grayscale: #797979. Windows color (decimal): -8947578 or 8812663. OLE color: 8812663.

HSL color Cylindrical-coordinate representation of color #777886: hue angle of 236º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777886 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 120 134 -
CMYK 0.11 0.10 0 0.47
HSL 236º 0.06% 0.5% -
HSV(B) 236º 0.11% 0.53% -
XYZ 18.63 19.08 25.25 -
YUV 121.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 119 120 134 0.11 0.10 0 0.47 236 0.06 0.5
Hex 77 78 86 B A 0 2F EC 6 32
Octal 167 170 206 13 12 0 57 354 6 62
Binary 1110111 1111000 10000110 1011 1010 0 101111 11101100 110 110010

Color Harmonies of #777886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777886

Black with #777886

Text Example


Text Example

White with #777886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777886; }

 p { color: rgb(119,120,134); }

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

background-color css

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

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

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

border-color css

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

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

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