#7C888D

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

Shades of Regent Grey #7C888D

Tints of Regent Grey #7C888D

Color information

#7C888D (or 0x7C888D) is unknown color: approx Regent Grey. HEX triplet: 7C, 88 and 8D. RGB value is (124,136,141). Sum of RGB (Red+Green+Blue) = 124+136+141=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C888D is #837772. Grayscale: #848484. Windows color (decimal): -8615795 or 9275516. OLE color: 9275516.

HSL color Cylindrical-coordinate representation of color #7C888D: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C888D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124136141-
CMYK0.120.0400.45
HSL197.65º6.94%51.96%-
HSV(B)197.65º12.06%55.29%-
XYZ21.9223.8228.64-
YUV132.98132.52121.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=30.92%
G=33.92%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241361410.120.0400.45197.656.9451.96
Hex7C888DC402Dc6734
Octal174210215144055306764
Binary111110010001000100011011100100010110111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,141); }

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

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

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

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

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

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

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