Html Css Color HEX #77798D Storm Grey

📋 copy color: '#77798D'

red 119 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #77798D

Tints of Storm Grey #77798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 31.23%
G = 31.76%
B = 37.01%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77798D (or 0x77798D) is known color: Storm Grey. HEX triplet: 77, 79 and 8D. RGB value is (119,121,141). Sum of RGB (Red+Green+Blue) = 119+121+141=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #77798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77798D is #888672. Grayscale: #7A7A7A. Windows color (decimal): -8947315 or 9271671. OLE color: 9271671.

HSL color Cylindrical-coordinate representation of color #77798D: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77798D is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 121 141 -
CMYK 0.16 0.14 0 0.45
HSL 234.55º 0.09% 0.51% -
HSV(B) 234.55º 0.16% 0.55% -
XYZ 19.25 19.52 27.95 -
YUV 122.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 119 121 141 0.16 0.14 0 0.45 234.55 0.09 0.51
Hex 77 79 8D 10 E 0 2D EB 9 33
Octal 167 171 215 20 16 0 55 353 11 63
Binary 1110111 1111001 10001101 10000 1110 0 101101 11101011 1001 110011

Color Harmonies of #77798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77798D

Black with #77798D

Text Example


Text Example

White with #77798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77798D; }

 p { color: rgb(119,121,141); }

 H1.HeaderClassName
 {
   color: #77798D;
 }
 .AnyTagClassName
 {
   color: #77798D;
 }
</style>

background-color css

<style>
 a { background-color: #77798D; }

 a { background-color: rgb(119,121,141); }

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

border-color css

<style>
 span { border-color: #77798D; }

 span { border-color: rgb(119,121,141); }

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