Html Css Color HEX #76778D Storm Grey

📋 copy color: '#76778D'

red 118 ◦ green 119 ◦ blue 141

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

Shades of Storm Grey #76778D

Tints of Storm Grey #76778D

RGB

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

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

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

R = 31.22%
G = 31.48%
B = 37.3%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76778D (or 0x76778D) is known color: Storm Grey. HEX triplet: 76, 77 and 8D. RGB value is (118,119,141). Sum of RGB (Red+Green+Blue) = 118+119+141=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #76778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778D is #898872. Grayscale: #797979. Windows color (decimal): -9013363 or 9271158. OLE color: 9271158.

HSL color Cylindrical-coordinate representation of color #76778D: hue angle of 237.39º 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 #76778D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 119 141 -
CMYK 0.16 0.16 0 0.45
HSL 237.39º 0.09% 0.51% -
HSV(B) 237.39º 0.16% 0.55% -
XYZ 18.88 18.97 27.87 -
YUV 121.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 118 119 141 0.16 0.16 0 0.45 237.39 0.09 0.51
Hex 76 77 8D 10 10 0 2D ED 9 33
Octal 166 167 215 20 20 0 55 355 11 63
Binary 1110110 1110111 10001101 10000 10000 0 101101 11101101 1001 110011

Color Harmonies of #76778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76778D

Black with #76778D

Text Example


Text Example

White with #76778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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