Html Css Color HEX #767E8F Storm Grey

📋 copy color: '#767E8F'

red 118 ◦ green 126 ◦ blue 143

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

Shades of Storm Grey #767E8F

Tints of Storm Grey #767E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 30.49%
G = 32.56%
B = 36.95%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767E8F (or 0x767E8F) is known color: Storm Grey. HEX triplet: 76, 7E and 8F. RGB value is (118,126,143). Sum of RGB (Red+Green+Blue) = 118+126+143=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #767E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8F is #898170. Grayscale: #7D7D7D. Windows color (decimal): -9011569 or 9404022. OLE color: 9404022.

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

Color convert

RGB 118 126 143 -
CMYK 0.17 0.12 0 0.44
HSL 220.8º 0.1% 0.51% -
HSV(B) 220.8º 0.17% 0.56% -
XYZ 19.89 20.76 28.94 -
YUV 125.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 118 126 143 0.17 0.12 0 0.44 220.8 0.1 0.51
Hex 76 7E 8F 11 C 0 2C DD A 33
Octal 166 176 217 21 14 0 54 335 12 63
Binary 1110110 1111110 10001111 10001 1100 0 101100 11011101 1010 110011

Color Harmonies of #767E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E8F

Black with #767E8F

Text Example


Text Example

White with #767E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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