Html Css Color HEX #767981 Storm Grey

📋 copy color: '#767981'

red 118 ◦ green 121 ◦ blue 129

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

Shades of Storm Grey #767981

Tints of Storm Grey #767981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 32.07%
G = 32.88%
B = 35.05%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767981 (or 0x767981) is known color: Storm Grey. HEX triplet: 76, 79 and 81. RGB value is (118,121,129). Sum of RGB (Red+Green+Blue) = 118+121+129=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #767981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767981 is #89867E. Grayscale: #787878. Windows color (decimal): -9012863 or 8485238. OLE color: 8485238.

HSL color Cylindrical-coordinate representation of color #767981: hue angle of 223.64º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767981 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 121 129 -
CMYK 0.09 0.06 0 0.49
HSL 223.64º 0.04% 0.48% -
HSV(B) 223.64º 0.09% 0.51% -
XYZ 18.27 19.11 23.49 -
YUV 121.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 118 121 129 0.09 0.06 0 0.49 223.64 0.04 0.48
Hex 76 79 81 9 6 0 31 E0 4 30
Octal 166 171 201 11 6 0 61 340 4 60
Binary 1110110 1111001 10000001 1001 110 0 110001 11100000 100 110000

Color Harmonies of #767981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767981

Black with #767981

Text Example


Text Example

White with #767981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767981; }

 p { color: rgb(118,121,129); }

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

background-color css

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

 a { background-color: rgb(118,121,129); }

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

border-color css

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

 span { border-color: rgb(118,121,129); }

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