#7C8487

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

Shades of Regent Grey #7C8487

Tints of Regent Grey #7C8487

Color information

#7C8487 (or 0x7C8487) is unknown color: approx Regent Grey. HEX triplet: 7C, 84 and 87. RGB value is (124,132,135). Sum of RGB (Red+Green+Blue) = 124+132+135=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C8487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8487 is #837B78. Grayscale: #818181. Windows color (decimal): -8616825 or 8881276. OLE color: 8881276.

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

Color convert

RGB124132135-
CMYK0.080.0200.47
HSL196.36º4.38%50.78%-
HSV(B)196.36º8.15%52.94%-
XYZ20.9422.5426.17-
YUV129.95130.85123.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=31.71%
G=33.76%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241321350.080.0200.47196.364.3850.78
Hex7C84878202Fc4433
Octal174204207102057304463
Binary11111001000010010000111100010010111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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