Html Css Color HEX #767992 Storm Grey

📋 copy color: '#767992'

red 118 ◦ green 121 ◦ blue 146

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

Shades of Storm Grey #767992

Tints of Storm Grey #767992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 30.65%
G = 31.43%
B = 37.92%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767992 (or 0x767992) is known color: Storm Grey. HEX triplet: 76, 79 and 92. RGB value is (118,121,146). Sum of RGB (Red+Green+Blue) = 118+121+146=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #767992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767992 is #89866D. Grayscale: #7A7A7A. Windows color (decimal): -9012846 or 9599350. OLE color: 9599350.

HSL color Cylindrical-coordinate representation of color #767992: hue angle of 233.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767992 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 121 146 -
CMYK 0.19 0.17 0 0.43
HSL 233.57º 0.11% 0.52% -
HSV(B) 233.57º 0.19% 0.57% -
XYZ 19.5 19.6 29.95 -
YUV 122.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 118 121 146 0.19 0.17 0 0.43 233.57 0.11 0.52
Hex 76 79 92 13 11 0 2B EA B 34
Octal 166 171 222 23 21 0 53 352 13 64
Binary 1110110 1111001 10010010 10011 10001 0 101011 11101010 1011 110100

Color Harmonies of #767992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767992

Black with #767992

Text Example


Text Example

White with #767992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767992; }

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

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

background-color css

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

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

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

border-color css

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

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

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