Html Css Color HEX #767E90 Storm Grey

📋 copy color: '#767E90'

red 118 ◦ green 126 ◦ blue 144

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

Shades of Storm Grey #767E90

Tints of Storm Grey #767E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 30.41%
G = 32.47%
B = 37.11%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767E90 (or 0x767E90) is known color: Storm Grey. HEX triplet: 76, 7E and 90. RGB value is (118,126,144). Sum of RGB (Red+Green+Blue) = 118+126+144=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #767E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E90 is #89816F. Grayscale: #7D7D7D. Windows color (decimal): -9011568 or 9469558. OLE color: 9469558.

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

Color convert

RGB 118 126 144 -
CMYK 0.18 0.12 0 0.44
HSL 221.54º 0.1% 0.51% -
HSV(B) 221.54º 0.18% 0.56% -
XYZ 19.97 20.79 29.35 -
YUV 125.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 118 126 144 0.18 0.12 0 0.44 221.54 0.1 0.51
Hex 76 7E 90 12 C 0 2C DE A 33
Octal 166 176 220 22 14 0 54 336 12 63
Binary 1110110 1111110 10010000 10010 1100 0 101100 11011110 1010 110011

Color Harmonies of #767E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E90

Black with #767E90

Text Example


Text Example

White with #767E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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