Html Css Color HEX #777C8D Storm Grey

📋 copy color: '#777C8D'

red 119 ◦ green 124 ◦ blue 141

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

Shades of Storm Grey #777C8D

Tints of Storm Grey #777C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 30.99%
G = 32.29%
B = 36.72%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#777C8D (or 0x777C8D) is known color: Storm Grey. HEX triplet: 77, 7C and 8D. RGB value is (119,124,141). Sum of RGB (Red+Green+Blue) = 119+124+141=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #777C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C8D is #888372. Grayscale: #7C7C7C. Windows color (decimal): -8946547 or 9272439. OLE color: 9272439.

HSL color Cylindrical-coordinate representation of color #777C8D: hue angle of 226.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777C8D is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 124 141 -
CMYK 0.16 0.12 0 0.45
HSL 226.36º 0.09% 0.51% -
HSV(B) 226.36º 0.16% 0.55% -
XYZ 19.62 20.26 28.08 -
YUV 124.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 119 124 141 0.16 0.12 0 0.45 226.36 0.09 0.51
Hex 77 7C 8D 10 C 0 2D E2 9 33
Octal 167 174 215 20 14 0 55 342 11 63
Binary 1110111 1111100 10001101 10000 1100 0 101101 11100010 1001 110011

Color Harmonies of #777C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C8D

Black with #777C8D

Text Example


Text Example

White with #777C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C8D; }

 p { color: rgb(119,124,141); }

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

background-color css

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

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

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

border-color css

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

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

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