#87807E

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

Shades of Suva Grey #87807E

Tints of Suva Grey #87807E

Color information

#87807E (or 0x87807E) is unknown color: approx Suva Grey. HEX triplet: 87, 80 and 7E. RGB value is (135,128,126). Sum of RGB (Red+Green+Blue) = 135+128+126=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #87807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807E is #787F81. Grayscale: #818181. Windows color (decimal): -7896962 or 8290439. OLE color: 8290439.

HSL color Cylindrical-coordinate representation of color #87807E: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87807E is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135128126-
CMYK00.050.070.47
HSL13.33º3.61%51.18%-
HSV(B)13.33º6.67%52.94%-
XYZ21.4822.122.87-
YUV129.86125.82131.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=34.70%
G=32.90%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812600.050.070.4713.333.6151.18
Hex87807E0572Fd433
Octal2072001760575715463
Binary1000011110000000111111001011111011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87807E; }

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

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

<style>
 a { background-color: #87807E; }

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

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

<style>
 span { border-color: #87807E; }

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

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