Html Css Color HEX #777C8C Storm Grey

📋 copy color: '#777C8C'

red 119 ◦ green 124 ◦ blue 140

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

Shades of Storm Grey #777C8C

Tints of Storm Grey #777C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 31.07%
G = 32.38%
B = 36.55%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#777C8C (or 0x777C8C) is known color: Storm Grey. HEX triplet: 77, 7C and 8C. RGB value is (119,124,140). Sum of RGB (Red+Green+Blue) = 119+124+140=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #777C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C8C is #888373. Grayscale: #7C7C7C. Windows color (decimal): -8946548 or 9206903. OLE color: 9206903.

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

Color convert

RGB 119 124 140 -
CMYK 0.15 0.11 0 0.45
HSL 225.71º 0.08% 0.51% -
HSV(B) 225.71º 0.15% 0.55% -
XYZ 19.55 20.23 27.69 -
YUV 124.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 119 124 140 0.15 0.11 0 0.45 225.71 0.08 0.51
Hex 77 7C 8C F B 0 2D E2 8 33
Octal 167 174 214 17 13 0 55 342 10 63
Binary 1110111 1111100 10001100 1111 1011 0 101101 11100010 1000 110011

Color Harmonies of #777C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C8C

Black with #777C8C

Text Example


Text Example

White with #777C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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