Html Css Color HEX #76778A Storm Grey

📋 copy color: '#76778A'

red 118 ◦ green 119 ◦ blue 138

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

Shades of Storm Grey #76778A

Tints of Storm Grey #76778A

RGB

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

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

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

R = 31.47%
G = 31.73%
B = 36.8%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76778A (or 0x76778A) is known color: Storm Grey. HEX triplet: 76, 77 and 8A. RGB value is (118,119,138). Sum of RGB (Red+Green+Blue) = 118+119+138=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #76778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778A is #898875. Grayscale: #787878. Windows color (decimal): -9013366 or 9074550. OLE color: 9074550.

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

Color convert

RGB 118 119 138 -
CMYK 0.14 0.14 0 0.46
HSL 237º 0.08% 0.5% -
HSV(B) 237º 0.14% 0.54% -
XYZ 18.66 18.88 26.71 -
YUV 120.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 118 119 138 0.14 0.14 0 0.46 237 0.08 0.5
Hex 76 77 8A E E 0 2E ED 8 32
Octal 166 167 212 16 16 0 56 355 10 62
Binary 1110110 1110111 10001010 1110 1110 0 101110 11101101 1000 110010

Color Harmonies of #76778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76778A

Black with #76778A

Text Example


Text Example

White with #76778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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