Html Css Color HEX #767982 Storm Grey

📋 copy color: '#767982'

red 118 ◦ green 121 ◦ blue 130

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

Shades of Storm Grey #767982

Tints of Storm Grey #767982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 31.98%
G = 32.79%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767982 (or 0x767982) is known color: Storm Grey. HEX triplet: 76, 79 and 82. RGB value is (118,121,130). Sum of RGB (Red+Green+Blue) = 118+121+130=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #767982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767982 is #89867D. Grayscale: #797979. Windows color (decimal): -9012862 or 8550774. OLE color: 8550774.

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

Color convert

RGB 118 121 130 -
CMYK 0.09 0.07 0 0.49
HSL 225º 0.05% 0.49% -
HSV(B) 225º 0.09% 0.51% -
XYZ 18.34 19.14 23.85 -
YUV 121.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 118 121 130 0.09 0.07 0 0.49 225 0.05 0.49
Hex 76 79 82 9 7 0 31 E1 5 31
Octal 166 171 202 11 7 0 61 341 5 61
Binary 1110110 1111001 10000010 1001 111 0 110001 11100001 101 110001

Color Harmonies of #767982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767982

Black with #767982

Text Example


Text Example

White with #767982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767982; }

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

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

background-color css

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

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

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

border-color css

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

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

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