#7E878A

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

Shades of Regent Grey #7E878A

Tints of Regent Grey #7E878A

Color information

#7E878A (or 0x7E878A) is unknown color: approx Regent Grey. HEX triplet: 7E, 87 and 8A. RGB value is (126,135,138). Sum of RGB (Red+Green+Blue) = 126+135+138=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E878A is #817875. Grayscale: #848484. Windows color (decimal): -8484982 or 9078654. OLE color: 9078654.

HSL color Cylindrical-coordinate representation of color #7E878A: hue angle of 195º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E878A is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB126135138-
CMYK0.090.0200.46
HSL195º4.88%51.76%-
HSV(B)195º8.7%54.12%-
XYZ21.8623.627.45-
YUV132.65131.02123.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=31.58%
G=33.83%
B=34.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261351380.090.0200.461954.8851.76
Hex7E878A9202Ec3534
Octal176207212112056303564
Binary11111101000011110001010100110010111011000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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