Html Css Color HEX #767E8D Storm Grey

📋 copy color: '#767E8D'

red 118 ◦ green 126 ◦ blue 141

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

Shades of Storm Grey #767E8D

Tints of Storm Grey #767E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 30.65%
G = 32.73%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#767E8D (or 0x767E8D) is known color: Storm Grey. HEX triplet: 76, 7E and 8D. RGB value is (118,126,141). Sum of RGB (Red+Green+Blue) = 118+126+141=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #767E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8D is #898172. Grayscale: #7D7D7D. Windows color (decimal): -9011571 or 9272950. OLE color: 9272950.

HSL color Cylindrical-coordinate representation of color #767E8D: hue angle of 219.13º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767E8D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 126 141 -
CMYK 0.16 0.11 0 0.45
HSL 219.13º 0.09% 0.51% -
HSV(B) 219.13º 0.16% 0.55% -
XYZ 19.74 20.7 28.15 -
YUV 125.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 118 126 141 0.16 0.11 0 0.45 219.13 0.09 0.51
Hex 76 7E 8D 10 B 0 2D DB 9 33
Octal 166 176 215 20 13 0 55 333 11 63
Binary 1110110 1111110 10001101 10000 1011 0 101101 11011011 1001 110011

Color Harmonies of #767E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E8D

Black with #767E8D

Text Example


Text Example

White with #767E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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