#7C7C87

Color #7C7C87 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #7C7C87

Tints of Storm Grey #7C7C87

Color information

#7C7C87 (or 0x7C7C87) is unknown color: approx Storm Grey. HEX triplet: 7C, 7C and 87. RGB value is (124,124,135). Sum of RGB (Red+Green+Blue) = 124+124+135=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C7C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7C87 is #838378. Grayscale: #7D7D7D. Windows color (decimal): -8618873 or 8879228. OLE color: 8879228.

HSL color Cylindrical-coordinate representation of color #7C7C87: hue angle of 240º 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 #7C7C87 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB124124135-
CMYK0.080.0800.47
HSL240º4.38%50.78%-
HSV(B)240º8.15%52.94%-
XYZ19.8920.4525.82-
YUV125.25133.5127.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=32.38%
G=32.38%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241241350.080.0800.472404.3850.78
Hex7C7C878802Ff0433
Octal1741742071010057360463
Binary111110011111001000011110001000010111111110000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C7C87;
 }
 .AnyTagClassName
 {
   color: #7C7C87;
 }
</style>
background-color css

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

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

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

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

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

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