Html Css Color HEX #76778E Storm Grey

📋 copy color: '#76778E'

red 118 ◦ green 119 ◦ blue 142

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

Shades of Storm Grey #76778E

Tints of Storm Grey #76778E

RGB

 RED value IS 118 (46.48% from 255) = 31.13%

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 31.13%
G = 31.4%
B = 37.47%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76778E (or 0x76778E) is known color: Storm Grey. HEX triplet: 76, 77 and 8E. RGB value is (118,119,142). Sum of RGB (Red+Green+Blue) = 118+119+142=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #76778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778E is #898871. Grayscale: #797979. Windows color (decimal): -9013362 or 9336694. OLE color: 9336694.

HSL color Cylindrical-coordinate representation of color #76778E: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76778E is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 119 142 -
CMYK 0.17 0.16 0 0.44
HSL 237.5º 0.1% 0.51% -
HSV(B) 237.5º 0.17% 0.56% -
XYZ 18.95 19 28.26 -
YUV 121.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 118 119 142 0.17 0.16 0 0.44 237.5 0.1 0.51
Hex 76 77 8E 11 10 0 2C EE A 33
Octal 166 167 216 21 20 0 54 356 12 63
Binary 1110110 1110111 10001110 10001 10000 0 101100 11101110 1010 110011

Color Harmonies of #76778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76778E

Black with #76778E

Text Example


Text Example

White with #76778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76778E; }

 p { color: rgb(118,119,142); }

 H1.HeaderClassName
 {
   color: #76778E;
 }
 .AnyTagClassName
 {
   color: #76778E;
 }
</style>

background-color css

<style>
 a { background-color: #76778E; }

 a { background-color: rgb(118,119,142); }

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

border-color css

<style>
 span { border-color: #76778E; }

 span { border-color: rgb(118,119,142); }

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