#877F6E

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

Shades of Arrowtown #877F6E

Tints of Arrowtown #877F6E

Color information

#877F6E (or 0x877F6E) is unknown color: approx Arrowtown. HEX triplet: 87, 7F and 6E. RGB value is (135,127,110). Sum of RGB (Red+Green+Blue) = 135+127+110=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #877F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F6E is #788091. Grayscale: #7F7F7F. Windows color (decimal): -7897234 or 7241607. OLE color: 7241607.

HSL color Cylindrical-coordinate representation of color #877F6E: hue angle of 40.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877F6E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135127110-
CMYK00.060.190.47
HSL40.8º10.2%48.04%-
HSV(B)40.8º18.52%52.94%-
XYZ20.421.4617.82-
YUV127.45118.15133.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=36.29%
G=34.14%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512711000.060.190.4740.810.248.04
Hex877F6E06132F29a30
Octal207177156062357511260
Binary10000111111111111011100110100111011111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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