Html Css Color HEX #777A83 Storm Grey

📋 copy color: '#777A83'

red 119 ◦ green 122 ◦ blue 131

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

Shades of Storm Grey #777A83

Tints of Storm Grey #777A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 31.99%
G = 32.8%
B = 35.22%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777A83 (or 0x777A83) is known color: Storm Grey. HEX triplet: 77, 7A and 83. RGB value is (119,122,131). Sum of RGB (Red+Green+Blue) = 119+122+131=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #777A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A83 is #88857C. Grayscale: #7A7A7A. Windows color (decimal): -8947069 or 8616567. OLE color: 8616567.

HSL color Cylindrical-coordinate representation of color #777A83: hue angle of 225º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777A83 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 122 131 -
CMYK 0.09 0.07 0 0.49
HSL 225º 0.05% 0.49% -
HSV(B) 225º 0.09% 0.51% -
XYZ 18.66 19.48 24.25 -
YUV 122.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 119 122 131 0.09 0.07 0 0.49 225 0.05 0.49
Hex 77 7A 83 9 7 0 31 E1 5 31
Octal 167 172 203 11 7 0 61 341 5 61
Binary 1110111 1111010 10000011 1001 111 0 110001 11100001 101 110001

Color Harmonies of #777A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A83

Black with #777A83

Text Example


Text Example

White with #777A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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