Html Css Color HEX #7C7E87 Storm Grey

📋 copy color: '#7C7E87'

red 124 ◦ green 126 ◦ blue 135

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

Shades of Storm Grey #7C7E87

Tints of Storm Grey #7C7E87

RGB

 RED value IS 124 (48.83% from 255) = 32.21%

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

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

R = 32.21%
G = 32.73%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C7E87 (or 0x7C7E87) is known color: Storm Grey. HEX triplet: 7C, 7E and 87. RGB value is (124,126,135). Sum of RGB (Red+Green+Blue) = 124+126+135=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C7E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7E87 is #838178. Grayscale: #7E7E7E. Windows color (decimal): -8618361 or 8879740. OLE color: 8879740.

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

Color convert

RGB 124 126 135 -
CMYK 0.08 0.07 0 0.47
HSL 229.09º 0.04% 0.51% -
HSV(B) 229.09º 0.08% 0.53% -
XYZ 20.15 20.96 25.9 -
YUV 126.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 124 126 135 0.08 0.07 0 0.47 229.09 0.04 0.51
Hex 7C 7E 87 8 7 0 2F E5 4 33
Octal 174 176 207 10 7 0 57 345 4 63
Binary 1111100 1111110 10000111 1000 111 0 101111 11100101 100 110011

Color Harmonies of #7C7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7E87

Black with #7C7E87

Text Example


Text Example

White with #7C7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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