Html Css Color HEX #77788A Storm Grey

📋 copy color: '#77788A'

red 119 ◦ green 120 ◦ blue 138

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

Shades of Storm Grey #77788A

Tints of Storm Grey #77788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 31.56%
G = 31.83%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77788A (or 0x77788A) is known color: Storm Grey. HEX triplet: 77, 78 and 8A. RGB value is (119,120,138). Sum of RGB (Red+Green+Blue) = 119+120+138=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #77788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77788A is #888775. Grayscale: #797979. Windows color (decimal): -8947574 or 9074807. OLE color: 9074807.

HSL color Cylindrical-coordinate representation of color #77788A: hue angle of 236.84º 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 #77788A is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 120 138 -
CMYK 0.14 0.13 0 0.46
HSL 236.84º 0.08% 0.5% -
HSV(B) 236.84º 0.14% 0.54% -
XYZ 18.91 19.19 26.75 -
YUV 121.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 119 120 138 0.14 0.13 0 0.46 236.84 0.08 0.5
Hex 77 78 8A E D 0 2E ED 8 32
Octal 167 170 212 16 15 0 56 355 10 62
Binary 1110111 1111000 10001010 1110 1101 0 101110 11101101 1000 110010

Color Harmonies of #77788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77788A

Black with #77788A

Text Example


Text Example

White with #77788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77788A; }

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

 H1.HeaderClassName
 {
   color: #77788A;
 }
 .AnyTagClassName
 {
   color: #77788A;
 }
</style>

background-color css

<style>
 a { background-color: #77788A; }

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

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

border-color css

<style>
 span { border-color: #77788A; }

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

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