Html Css Color HEX #7B7E87 Storm Grey

📋 copy color: '#7B7E87'

red 123 ◦ green 126 ◦ blue 135

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

Shades of Storm Grey #7B7E87

Tints of Storm Grey #7B7E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 32.03%
G = 32.81%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B7E87 (or 0x7B7E87) is known color: Storm Grey. HEX triplet: 7B, 7E and 87. RGB value is (123,126,135). Sum of RGB (Red+Green+Blue) = 123+126+135=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7E87 is #848178. Grayscale: #7E7E7E. Windows color (decimal): -8683897 or 8879739. OLE color: 8879739.

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

Color convert

RGB 123 126 135 -
CMYK 0.09 0.07 0 0.47
HSL 225º 0.05% 0.51% -
HSV(B) 225º 0.09% 0.53% -
XYZ 20 20.88 25.9 -
YUV 126.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 123 126 135 0.09 0.07 0 0.47 225 0.05 0.51
Hex 7B 7E 87 9 7 0 2F E1 5 33
Octal 173 176 207 11 7 0 57 341 5 63
Binary 1111011 1111110 10000111 1001 111 0 101111 11100001 101 110011

Color Harmonies of #7B7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7E87

Black with #7B7E87

Text Example


Text Example

White with #7B7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,126,135); }

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

background-color css

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

 a { background-color: rgb(123,126,135); }

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

border-color css

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

 span { border-color: rgb(123,126,135); }

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