Html Css Color HEX #767790 Storm Grey

📋 copy color: '#767790'

red 118 ◦ green 119 ◦ blue 144

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

Shades of Storm Grey #767790

Tints of Storm Grey #767790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 30.97%
G = 31.23%
B = 37.8%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767790 (or 0x767790) is known color: Storm Grey. HEX triplet: 76, 77 and 90. RGB value is (118,119,144). Sum of RGB (Red+Green+Blue) = 118+119+144=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #767790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767790 is #89886F. Grayscale: #797979. Windows color (decimal): -9013360 or 9467766. OLE color: 9467766.

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

Color convert

RGB 118 119 144 -
CMYK 0.18 0.17 0 0.44
HSL 237.69º 0.1% 0.51% -
HSV(B) 237.69º 0.18% 0.56% -
XYZ 19.1 19.06 29.06 -
YUV 121.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 118 119 144 0.18 0.17 0 0.44 237.69 0.1 0.51
Hex 76 77 90 12 11 0 2C EE A 33
Octal 166 167 220 22 21 0 54 356 12 63
Binary 1110110 1110111 10010000 10010 10001 0 101100 11101110 1010 110011

Color Harmonies of #767790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767790

Black with #767790

Text Example


Text Example

White with #767790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767790; }

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

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

background-color css

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

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

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

border-color css

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

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

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