Html Css Color HEX #767A8F Storm Grey

📋 copy color: '#767A8F'

red 118 ◦ green 122 ◦ blue 143

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

Shades of Storm Grey #767A8F

Tints of Storm Grey #767A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 30.81%
G = 31.85%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767A8F (or 0x767A8F) is known color: Storm Grey. HEX triplet: 76, 7A and 8F. RGB value is (118,122,143). Sum of RGB (Red+Green+Blue) = 118+122+143=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 143 - color contains mainly: blue. Hex color #767A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A8F is #898570. Grayscale: #7B7B7B. Windows color (decimal): -9012593 or 9402998. OLE color: 9402998.

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

Color convert

RGB 118 122 143 -
CMYK 0.17 0.15 0 0.44
HSL 230.4º 0.1% 0.51% -
HSV(B) 230.4º 0.17% 0.56% -
XYZ 19.39 19.75 28.78 -
YUV 123.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 118 122 143 0.17 0.15 0 0.44 230.4 0.1 0.51
Hex 76 7A 8F 11 F 0 2C E6 A 33
Octal 166 172 217 21 17 0 54 346 12 63
Binary 1110110 1111010 10001111 10001 1111 0 101100 11100110 1010 110011

Color Harmonies of #767A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A8F

Black with #767A8F

Text Example


Text Example

White with #767A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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