#87807F

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

Shades of Suva Grey #87807F

Tints of Suva Grey #87807F

Color information

#87807F (or 0x87807F) is unknown color: approx Suva Grey. HEX triplet: 87, 80 and 7F. RGB value is (135,128,127). Sum of RGB (Red+Green+Blue) = 135+128+127=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #87807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807F is #787F80. Grayscale: #818181. Windows color (decimal): -7896961 or 8355975. OLE color: 8355975.

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

Color convert

RGB135128127-
CMYK00.050.060.47
HSL7.5º3.23%51.37%-
HSV(B)7.5º5.93%52.94%-
XYZ21.5422.1223.21-
YUV129.98126.32131.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 127 (50% from 255) = 32.56%
R=34.62%
G=32.82%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812700.050.060.477.53.2351.37
Hex87807F0562F8333
Octal2072001770565710363
Binary100001111000000011111110101110101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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