Html Css Color HEX #767996 Storm Grey

📋 copy color: '#767996'

red 118 ◦ green 121 ◦ blue 150

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

Shades of Storm Grey #767996

Tints of Storm Grey #767996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 30.33%
G = 31.11%
B = 38.56%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#767996 (or 0x767996) is known color: Storm Grey. HEX triplet: 76, 79 and 96. RGB value is (118,121,150). Sum of RGB (Red+Green+Blue) = 118+121+150=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #767996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767996 is #898669. Grayscale: #7B7B7B. Windows color (decimal): -9012842 or 9861494. OLE color: 9861494.

HSL color Cylindrical-coordinate representation of color #767996: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767996 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 121 150 -
CMYK 0.21 0.19 0 0.41
HSL 234.38º 0.13% 0.53% -
HSV(B) 234.38º 0.21% 0.59% -
XYZ 19.81 19.73 31.62 -
YUV 123.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 118 121 150 0.21 0.19 0 0.41 234.38 0.13 0.53
Hex 76 79 96 15 13 0 29 EA D 35
Octal 166 171 226 25 23 0 51 352 15 65
Binary 1110110 1111001 10010110 10101 10011 0 101001 11101010 1101 110101

Color Harmonies of #767996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767996

Black with #767996

Text Example


Text Example

White with #767996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767996; }

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

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

background-color css

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

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

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

border-color css

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

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

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