Html Css Color HEX #7B8092 Storm Grey

📋 copy color: '#7B8092'

red 123 ◦ green 128 ◦ blue 146

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

Shades of Storm Grey #7B8092

Tints of Storm Grey #7B8092

RGB

 RED value IS 123 (48.44% from 255) = 30.98%

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 30.98%
G = 32.24%
B = 36.78%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B8092 (or 0x7B8092) is known color: Storm Grey. HEX triplet: 7B, 80 and 92. RGB value is (123,128,146). Sum of RGB (Red+Green+Blue) = 123+128+146=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B8092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8092 is #847F6D. Grayscale: #808080. Windows color (decimal): -8683374 or 9601147. OLE color: 9601147.

HSL color Cylindrical-coordinate representation of color #7B8092: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8092 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 128 146 -
CMYK 0.16 0.12 0 0.43
HSL 226.96º 0.1% 0.53% -
HSV(B) 226.96º 0.16% 0.57% -
XYZ 21.08 21.72 30.28 -
YUV 128.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 123 128 146 0.16 0.12 0 0.43 226.96 0.1 0.53
Hex 7B 80 92 10 C 0 2B E3 A 35
Octal 173 200 222 20 14 0 53 343 12 65
Binary 1111011 10000000 10010010 10000 1100 0 101011 11100011 1010 110101

Color Harmonies of #7B8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8092

Black with #7B8092

Text Example


Text Example

White with #7B8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B8092; }

 p { color: rgb(123,128,146); }

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

background-color css

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

 a { background-color: rgb(123,128,146); }

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

border-color css

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

 span { border-color: rgb(123,128,146); }

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