#847F6F

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

Shades of Arrowtown #847F6F

Tints of Arrowtown #847F6F

Color information

#847F6F (or 0x847F6F) is unknown color: approx Arrowtown. HEX triplet: 84, 7F and 6F. RGB value is (132,127,111). Sum of RGB (Red+Green+Blue) = 132+127+111=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #847F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F6F is #7B8090. Grayscale: #7E7E7E. Windows color (decimal): -8093841 or 7307140. OLE color: 7307140.

HSL color Cylindrical-coordinate representation of color #847F6F: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847F6F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132127111-
CMYK00.040.160.48
HSL45.71º8.64%47.65%-
HSV(B)45.71º15.91%51.76%-
XYZ19.9721.2318.08-
YUV126.67119.16131.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 111 (43.75% from 255) = 30%
R=35.68%
G=34.32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212711100.040.160.4845.718.6447.65
Hex847F6F0410302e930
Octal204177157042060561160
Binary10000100111111111011110100100001100001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847F6F; }

 p { color: rgb(132,127,111); }

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

<style>
 a { background-color: #847F6F; }

 a { background-color: rgb(132,127,111); }

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

<style>
 span { border-color: #847F6F; }

 span { border-color: rgb(132,127,111); }

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