Html Css Color HEX #76798C Storm Grey

📋 copy color: '#76798C'

red 118 ◦ green 121 ◦ blue 140

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

Shades of Storm Grey #76798C

Tints of Storm Grey #76798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 31.13%
G = 31.93%
B = 36.94%

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

#76798C (or 0x76798C) is known color: Storm Grey. HEX triplet: 76, 79 and 8C. RGB value is (118,121,140). Sum of RGB (Red+Green+Blue) = 118+121+140=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #76798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76798C is #898673. Grayscale: #7A7A7A. Windows color (decimal): -9012852 or 9206134. OLE color: 9206134.

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

Color convert

RGB 118 121 140 -
CMYK 0.16 0.14 0 0.45
HSL 231.82º 0.09% 0.51% -
HSV(B) 231.82º 0.16% 0.55% -
XYZ 19.04 19.42 27.56 -
YUV 122.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 118 121 140 0.16 0.14 0 0.45 231.82 0.09 0.51
Hex 76 79 8C 10 E 0 2D E8 9 33
Octal 166 171 214 20 16 0 55 350 11 63
Binary 1110110 1111001 10001100 10000 1110 0 101101 11101000 1001 110011

Color Harmonies of #76798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76798C

Black with #76798C

Text Example


Text Example

White with #76798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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