#87817F

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

Shades of Suva Grey #87817F

Tints of Suva Grey #87817F

Color information

#87817F (or 0x87817F) is unknown color: approx Suva Grey. HEX triplet: 87, 81 and 7F. RGB value is (135,129,127). Sum of RGB (Red+Green+Blue) = 135+129+127=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817F is #787E80. Grayscale: #828282. Windows color (decimal): -7896705 or 8356231. OLE color: 8356231.

HSL color Cylindrical-coordinate representation of color #87817F: hue angle of 15º 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 #87817F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135129127-
CMYK00.040.060.47
HSL15º3.23%51.37%-
HSV(B)15º5.93%52.94%-
XYZ21.6722.3823.26-
YUV130.57125.99131.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 127 (50% from 255) = 32.48%
R=34.53%
G=32.99%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512912700.040.060.47153.2351.37
Hex87817F0462Ff333
Octal2072011770465717363
Binary100001111000000111111110100110101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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