Html Css Color HEX #777A8A Storm Grey

📋 copy color: '#777A8A'

red 119 ◦ green 122 ◦ blue 138

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

Shades of Storm Grey #777A8A

Tints of Storm Grey #777A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 31.4%
G = 32.19%
B = 36.41%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777A8A (or 0x777A8A) is known color: Storm Grey. HEX triplet: 77, 7A and 8A. RGB value is (119,122,138). Sum of RGB (Red+Green+Blue) = 119+122+138=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #777A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A8A is #888575. Grayscale: #7A7A7A. Windows color (decimal): -8947062 or 9075319. OLE color: 9075319.

HSL color Cylindrical-coordinate representation of color #777A8A: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777A8A is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 122 138 -
CMYK 0.14 0.12 0 0.46
HSL 230.53º 0.08% 0.5% -
HSV(B) 230.53º 0.14% 0.54% -
XYZ 19.15 19.68 26.83 -
YUV 122.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 119 122 138 0.14 0.12 0 0.46 230.53 0.08 0.5
Hex 77 7A 8A E C 0 2E E7 8 32
Octal 167 172 212 16 14 0 56 347 10 62
Binary 1110111 1111010 10001010 1110 1100 0 101110 11100111 1000 110010

Color Harmonies of #777A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A8A

Black with #777A8A

Text Example


Text Example

White with #777A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,138); }

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

background-color css

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

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

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

border-color css

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

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

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