#877E7C

Color #877E7C Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #877E7C

Tints of Suva Grey #877E7C

Color information

#877E7C (or 0x877E7C) is unknown color: approx Suva Grey. HEX triplet: 87, 7E and 7C. RGB value is (135,126,124). Sum of RGB (Red+Green+Blue) = 135+126+124=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7C is #788183. Grayscale: #808080. Windows color (decimal): -7897476 or 8158855. OLE color: 8158855.

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

Color convert

RGB135126124-
CMYK00.070.080.47
HSL10.91º4.38%50.78%-
HSV(B)10.91º8.15%52.94%-
XYZ21.0921.5322.11-
YUV128.46125.48132.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=35.06%
G=32.73%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512612400.070.080.4710.914.3850.78
Hex877E7C0782Fb433
Octal20717617407105713463
Binary1000011111111101111100011110001011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E7C; }

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

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

<style>
 a { background-color: #877E7C; }

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

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

<style>
 span { border-color: #877E7C; }

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

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