Html Css Color HEX #767990 Storm Grey

📋 copy color: '#767990'

red 118 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #767990

Tints of Storm Grey #767990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 30.81%
G = 31.59%
B = 37.6%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767990 (or 0x767990) is known color: Storm Grey. HEX triplet: 76, 79 and 90. RGB value is (118,121,144). Sum of RGB (Red+Green+Blue) = 118+121+144=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #767990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767990 is #89866F. Grayscale: #7A7A7A. Windows color (decimal): -9012848 or 9468278. OLE color: 9468278.

HSL color Cylindrical-coordinate representation of color #767990: hue angle of 233.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767990 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 121 144 -
CMYK 0.18 0.16 0 0.44
HSL 233.08º 0.1% 0.51% -
HSV(B) 233.08º 0.18% 0.56% -
XYZ 19.34 19.54 29.14 -
YUV 122.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 118 121 144 0.18 0.16 0 0.44 233.08 0.1 0.51
Hex 76 79 90 12 10 0 2C E9 A 33
Octal 166 171 220 22 20 0 54 351 12 63
Binary 1110110 1111001 10010000 10010 10000 0 101100 11101001 1010 110011

Color Harmonies of #767990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767990

Black with #767990

Text Example


Text Example

White with #767990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767990; }

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

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

background-color css

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

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

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

border-color css

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

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

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