Html Css Color HEX #767A8D Storm Grey

📋 copy color: '#767A8D'

red 118 ◦ green 122 ◦ blue 141

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

Shades of Storm Grey #767A8D

Tints of Storm Grey #767A8D

RGB

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

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

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

R = 30.97%
G = 32.02%
B = 37.01%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#767A8D (or 0x767A8D) is known color: Storm Grey. HEX triplet: 76, 7A and 8D. RGB value is (118,122,141). Sum of RGB (Red+Green+Blue) = 118+122+141=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #767A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A8D is #898572. Grayscale: #7A7A7A. Windows color (decimal): -9012595 or 9271926. OLE color: 9271926.

HSL color Cylindrical-coordinate representation of color #767A8D: hue angle of 229.57º 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 #767A8D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 122 141 -
CMYK 0.16 0.13 0 0.45
HSL 229.57º 0.09% 0.51% -
HSV(B) 229.57º 0.16% 0.55% -
XYZ 19.24 19.69 27.99 -
YUV 122.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 118 122 141 0.16 0.13 0 0.45 229.57 0.09 0.51
Hex 76 7A 8D 10 D 0 2D E6 9 33
Octal 166 172 215 20 15 0 55 346 11 63
Binary 1110110 1111010 10001101 10000 1101 0 101101 11100110 1001 110011

Color Harmonies of #767A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A8D

Black with #767A8D

Text Example


Text Example

White with #767A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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