Html Css Color HEX #777A85 Storm Grey

📋 copy color: '#777A85'

red 119 ◦ green 122 ◦ blue 133

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

Shades of Storm Grey #777A85

Tints of Storm Grey #777A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 31.82%
G = 32.62%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777A85 (or 0x777A85) is known color: Storm Grey. HEX triplet: 77, 7A and 85. RGB value is (119,122,133). Sum of RGB (Red+Green+Blue) = 119+122+133=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #777A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A85 is #88857A. Grayscale: #7A7A7A. Windows color (decimal): -8947067 or 8747639. OLE color: 8747639.

HSL color Cylindrical-coordinate representation of color #777A85: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777A85 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 122 133 -
CMYK 0.11 0.08 0 0.48
HSL 227.14º 0.06% 0.49% -
HSV(B) 227.14º 0.11% 0.52% -
XYZ 18.8 19.53 24.97 -
YUV 122.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 119 122 133 0.11 0.08 0 0.48 227.14 0.06 0.49
Hex 77 7A 85 B 8 0 30 E3 6 31
Octal 167 172 205 13 10 0 60 343 6 61
Binary 1110111 1111010 10000101 1011 1000 0 110000 11100011 110 110001

Color Harmonies of #777A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A85

Black with #777A85

Text Example


Text Example

White with #777A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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