Html Css Color HEX #777A94 Storm Grey

📋 copy color: '#777A94'

red 119 ◦ green 122 ◦ blue 148

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

Shades of Storm Grey #777A94

Tints of Storm Grey #777A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 30.59%
G = 31.36%
B = 38.05%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777A94 (or 0x777A94) is known color: Storm Grey. HEX triplet: 77, 7A and 94. RGB value is (119,122,148). Sum of RGB (Red+Green+Blue) = 119+122+148=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #777A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A94 is #88856B. Grayscale: #7B7B7B. Windows color (decimal): -8947052 or 9730679. OLE color: 9730679.

HSL color Cylindrical-coordinate representation of color #777A94: hue angle of 233.79º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777A94 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 122 148 -
CMYK 0.20 0.18 0 0.42
HSL 233.79º 0.12% 0.52% -
HSV(B) 233.79º 0.2% 0.58% -
XYZ 19.91 19.98 30.82 -
YUV 124.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 119 122 148 0.20 0.18 0 0.42 233.79 0.12 0.52
Hex 77 7A 94 14 12 0 2A EA C 34
Octal 167 172 224 24 22 0 52 352 14 64
Binary 1110111 1111010 10010100 10100 10010 0 101010 11101010 1100 110100

Color Harmonies of #777A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A94

Black with #777A94

Text Example


Text Example

White with #777A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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