Html Css Color HEX #76798D Storm Grey

📋 copy color: '#76798D'

red 118 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #76798D

Tints of Storm Grey #76798D

RGB

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

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

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

R = 31.05%
G = 31.84%
B = 37.11%

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

#76798D (or 0x76798D) is known color: Storm Grey. HEX triplet: 76, 79 and 8D. RGB value is (118,121,141). Sum of RGB (Red+Green+Blue) = 118+121+141=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #76798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76798D is #898672. Grayscale: #7A7A7A. Windows color (decimal): -9012851 or 9271670. OLE color: 9271670.

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

Color convert

RGB 118 121 141 -
CMYK 0.16 0.14 0 0.45
HSL 232.17º 0.09% 0.51% -
HSV(B) 232.17º 0.16% 0.55% -
XYZ 19.12 19.45 27.95 -
YUV 122.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 118 121 141 0.16 0.14 0 0.45 232.17 0.09 0.51
Hex 76 79 8D 10 E 0 2D E8 9 33
Octal 166 171 215 20 16 0 55 350 11 63
Binary 1110110 1111001 10001101 10000 1110 0 101101 11101000 1001 110011

Color Harmonies of #76798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76798D

Black with #76798D

Text Example


Text Example

White with #76798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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