#877B60

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

Shades of Arrowtown #877B60

Tints of Arrowtown #877B60

Color information

#877B60 (or 0x877B60) is unknown color: approx Arrowtown. HEX triplet: 87, 7B and 60. RGB value is (135,123,96). Sum of RGB (Red+Green+Blue) = 135+123+96=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B60 is #78849F. Grayscale: #7B7B7B. Windows color (decimal): -7898272 or 6323079. OLE color: 6323079.

HSL color Cylindrical-coordinate representation of color #877B60: hue angle of 41.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877B60 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512396-
CMYK00.090.290.47
HSL41.54º16.88%45.29%-
HSV(B)41.54º28.89%52.94%-
XYZ19.1920.1613.95-
YUV123.51112.48136.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=38.14%
G=34.75%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351239600.090.290.4741.5416.8845.29
Hex877B60091D2F2a112d
Octal2071731400113557522155
Binary1000011111110111100000010011110110111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,96); }

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

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

 a { background-color: rgb(135,123,96); }

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

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

 span { border-color: rgb(135,123,96); }

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