Html Css Color HEX #76798E Storm Grey

📋 copy color: '#76798E'

red 118 ◦ green 121 ◦ blue 142

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

Shades of Storm Grey #76798E

Tints of Storm Grey #76798E

RGB

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

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

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

R = 30.97%
G = 31.76%
B = 37.27%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76798E (or 0x76798E) is known color: Storm Grey. HEX triplet: 76, 79 and 8E. RGB value is (118,121,142). Sum of RGB (Red+Green+Blue) = 118+121+142=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #76798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76798E is #898671. Grayscale: #7A7A7A. Windows color (decimal): -9012850 or 9337206. OLE color: 9337206.

HSL color Cylindrical-coordinate representation of color #76798E: hue angle of 232.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 #76798E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 121 142 -
CMYK 0.17 0.15 0 0.44
HSL 232.5º 0.1% 0.51% -
HSV(B) 232.5º 0.17% 0.56% -
XYZ 19.19 19.48 28.34 -
YUV 122.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 118 121 142 0.17 0.15 0 0.44 232.5 0.1 0.51
Hex 76 79 8E 11 F 0 2C E8 A 33
Octal 166 171 216 21 17 0 54 350 12 63
Binary 1110110 1111001 10001110 10001 1111 0 101100 11101000 1010 110011

Color Harmonies of #76798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76798E

Black with #76798E

Text Example


Text Example

White with #76798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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