Html Css Color HEX #767B90 Storm Grey

📋 copy color: '#767B90'

red 118 ◦ green 123 ◦ blue 144

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

Shades of Storm Grey #767B90

Tints of Storm Grey #767B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 30.65%
G = 31.95%
B = 37.4%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767B90 (or 0x767B90) is known color: Storm Grey. HEX triplet: 76, 7B and 90. RGB value is (118,123,144). Sum of RGB (Red+Green+Blue) = 118+123+144=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #767B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B90 is #89846F. Grayscale: #7B7B7B. Windows color (decimal): -9012336 or 9468790. OLE color: 9468790.

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

Color convert

RGB 118 123 144 -
CMYK 0.18 0.15 0 0.44
HSL 228.46º 0.1% 0.51% -
HSV(B) 228.46º 0.18% 0.56% -
XYZ 19.59 20.03 29.22 -
YUV 123.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 118 123 144 0.18 0.15 0 0.44 228.46 0.1 0.51
Hex 76 7B 90 12 F 0 2C E4 A 33
Octal 166 173 220 22 17 0 54 344 12 63
Binary 1110110 1111011 10010000 10010 1111 0 101100 11100100 1010 110011

Color Harmonies of #767B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B90

Black with #767B90

Text Example


Text Example

White with #767B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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