#7C7C7D

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

Shades of Storm Grey #7C7C7D

Tints of Storm Grey #7C7C7D

Color information

#7C7C7D (or 0x7C7C7D) is unknown color: approx Storm Grey. HEX triplet: 7C, 7C and 7D. RGB value is (124,124,125). Sum of RGB (Red+Green+Blue) = 124+124+125=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C7C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7C7D is #838382. Grayscale: #7C7C7C. Windows color (decimal): -8618883 or 8223868. OLE color: 8223868.

HSL color Cylindrical-coordinate representation of color #7C7C7D: hue angle of 240º degrees, saturation: 0, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #7C7C7D is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB124124125-
CMYK0.010.0100.51
HSL240º0.4%48.82%-
HSV(B)240º0.8%49.02%-
XYZ19.2220.1822.28-
YUV124.11128.5127.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.24%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=33.24%
G=33.24%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241241250.010.0100.512400.448.82
Hex7C7C7D11033f0031
Octal17417417511063360061
Binary111110011111001111101110110011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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