#877F6C

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

Shades of Arrowtown #877F6C

Tints of Arrowtown #877F6C

Color information

#877F6C (or 0x877F6C) is unknown color: approx Arrowtown. HEX triplet: 87, 7F and 6C. RGB value is (135,127,108). Sum of RGB (Red+Green+Blue) = 135+127+108=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F6C is #788093. Grayscale: #7F7F7F. Windows color (decimal): -7897236 or 7110535. OLE color: 7110535.

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

Color convert

RGB135127108-
CMYK00.060.20.47
HSL42.22º11.11%47.65%-
HSV(B)42.22º20%52.94%-
XYZ20.2921.4117.25-
YUV127.23117.15133.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=36.49%
G=34.32%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512710800.060.20.4742.2211.1147.65
Hex877F6C06142F2ab30
Octal207177154062457521360
Binary10000111111111111011000110101001011111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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